Skip to content

chore(repo): Update GitHub Actions#9083

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions
Open

chore(repo): Update GitHub Actions#9083
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
dtolnay/rust-toolchain action digest 29eef334be7066
node uses-with minor 2020.20.2
node uses-with minor 24.15.024.18.0
node uses-with minor 2424.18.0
peter-evans/create-or-update-comment action minor v3.0.0v3.1.0
reactivecircus/android-emulator-runner action digest e89f39fa421e43
slackapi/slack-github-action action minor v1.24.0v1.27.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/node-versions (node)

v20.20.2: 20.20.2

Compare Source

Node.js 20.20.2

v20.20.1: 20.20.1

Compare Source

Node.js 20.20.1

v20.20.0: 20.20.0

Compare Source

Node.js 20.20.0

v20.19.6: 20.19.6

Compare Source

Node.js 20.19.6

v20.19.5: 20.19.5

Compare Source

Node.js 20.19.5

v20.19.4: 20.19.4

Compare Source

Node.js 20.19.4

v20.19.3: 20.19.3

Compare Source

Node.js 20.19.3

v20.19.2: 20.19.2

Compare Source

Node.js 20.19.2

v20.19.1: 20.19.1

Compare Source

Node.js 20.19.1

v20.19.0: 20.19.0

Compare Source

Node.js 20.19.0

v20.18.3: 20.18.3

Compare Source

Node.js 20.18.3

v20.18.2: 20.18.2

Compare Source

Node.js 20.18.2

v20.18.1: 20.18.1

Compare Source

Node.js 20.18.1

v20.18.0: 20.18.0

Compare Source

Node.js 20.18.0

v20.17.0: 20.17.0

Compare Source

Node.js 20.17.0

v20.16.0: 20.16.0

Compare Source

Node.js 20.16.0

v20.15.1: 20.15.1

Compare Source

Node.js 20.15.1

v20.15.0: 20.15.0

Compare Source

Node.js 20.15.0

v20.14.0: 20.14.0

Compare Source

Node.js 20.14.0

v20.13.1: 20.13.1

Compare Source

Node.js 20.13.1

v20.13.0: 20.13.0

Compare Source

Node.js 20.13.0

v20.12.2: 20.12.2

Compare Source

Node.js 20.12.2

v20.12.1: 20.12.1

Compare Source

Node.js 20.12.1

v20.12.0: 20.12.0

Compare Source

Node.js 20.12.0

v20.11.1: 20.11.1

Compare Source

Node.js 20.11.1

v20.11.0: 20.11.0

Compare Source

Node.js 20.11.0

v20.10.0: 20.10.0

Compare Source

Node.js 20.10.0

v20.9.0: 20.9.0

Compare Source

Node.js 20.9.0

v20.8.1: 20.8.1

Compare Source

Node.js 20.8.1

v20.8.0: 20.8.0

Compare Source

Node.js 20.8.0

v20.7.0: 20.7.0

Compare Source

Node.js 20.7.0

v20.6.1: 20.6.1

Compare Source

Node.js 20.6.1

v20.6.0: 20.6.0

Compare Source

Node.js 20.6.0

v20.5.1: 20.5.1

Compare Source

Node.js 20.5.1

v20.5.0: 20.5.0

Compare Source

Node.js 20.5.0

v20.4.0: 20.4.0

Compare Source

Node.js 20.4.0

v20.3.1: 20.3.1

Compare Source

Node.js 20.3.1

v20.3.0: 20.3.0

Compare Source

Node.js 20.3.0

v20.2.0: 20.2.0

Compare Source

Node.js 20.2.0

v20.1.0: 20.1.0

Compare Source

Node.js 20.1.0

peter-evans/create-or-update-comment (peter-evans/create-or-update-comment)

v3.1.0: Create or Update Comment v3.1.0

Compare Source

What's Changed

Full Changelog: peter-evans/create-or-update-comment@v3.0.2...v3.1.0

v3.0.2: Create or Update Comment v3.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.1...v3.0.2

v3.0.1: Create or Update Comment v3.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.0...v3.0.1

slackapi/slack-github-action (slackapi/slack-github-action)

v1.27.1: Slack Send V1.27.1

Compare Source

What's changed

This release tags multiple updates to dependencies and a clarification in documentation 📚

No changes are needed to update from slackapi/slack-github-action@v1.27.0 - other than bumping the version - but ongoing development is now happening on version @v2 and @v1 is no longer planning to receive significant updates after this.

Please stay tuned for upcoming changes, and may all of your workflows run well ❤️

📚 Documentation
  • docs(fix): reference octokit context and github event webhook payloads in variables in #​348 - thanks @​zimeg!
🧪 Maintenance
  • ci: include the slack health score as part of ci tests in #​346 - thanks @​zimeg!
📦 Dependencies

Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1

v1.27.0: Slack Send V1.27.0

Compare Source

What's changed

This release introduces an optional payload-delimiter parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.

  - name: Send a custom flattened payload
    uses: slackapi/slack-github-action@v1.27.0
+   with:
+     payload-delimiter: "_"
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Setting this value to an underscore (_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.

Flattening example

The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using _ as the delimiter:

Input:

{
    "apples": "tree",
    "bananas": {
        "truthiness": true
    }
}

Output:

{
    "apples": "tree",
    "bananas_truthiness": "true"
}

Notice that bananas_truthiness is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!

Changes

In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0

🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies
🎉 New contributors

v1.27

Compare Source

v1.26.0: Slack Send V1.26.0

Compare Source

What's Changed

This release provides an escape hatch for sending the JSON content of a payload file exactly as is, without replacing any templated variables!

Previously a payload file was parsed and templated variables were replaced with values from github.context and github.env. Any undefined variables were replaced with ??? in this process, which might have caused questions.

That remains the default behavior, but now the JSON contents of a payload file can be sent exactly as written by setting the payload-file-path-parsed input to false:

- name: Send custom JSON data to Slack workflow
  id: slack
  uses: slackapi/slack-github-action@v1.26.0
  with:
    payload-file-path: "./payload-slack-content.json"
    payload-file-path-parsed: false
  env:
    SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

With this change, the contents of the example payload-slack-content.json will be sent to a webhook URL exactly as is!

Recent commits
Enhancements
Documentation
Maintenance
  • ci(test): collect environment secrets from a prepared staging environment by @​zimeg in #​294
  • ci(test): share environment secrets with pull requests from forked prs by @​zimeg in #​297
Dependencies
New Contributors

Full Changelog: slackapi/slack-github-action@v1.25.0...v1.26.0

v1.26

Compare Source

v1.25.0: Slack Send V1.25.0

Compare Source

What's Changed
New Contributors

Full Changelog: slackapi/slack-github-action@v1.24.0...v1.25.0

v1.25

Compare Source


Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 5, 2026
@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jul 5, 2026 6:08am
swingset Ready Ready Preview, Comment Jul 5, 2026 6:08am

Request Review

@changeset-bot

changeset-bot Bot commented Jul 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1f49081

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jul 5, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9083

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9083

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9083

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9083

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9083

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9083

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9083

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9083

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9083

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9083

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9083

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9083

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9083

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9083

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9083

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9083

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9083

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9083

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9083

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9083

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9083

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9083

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9083

commit: 1f49081

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants