Chore(deps): Bump the all-actions group across 1 directory with 9 updates - #2911
Open
dependabot[bot] wants to merge 1 commit into
Open
Chore(deps): Bump the all-actions group across 1 directory with 9 updates#2911dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
This PR updates multiple GitHub Actions workflow dependencies (action versions / pinned SHAs) for CI, releases, security scanning, and Slack notifications.
Changes:
- Bump core GitHub Actions (checkout/setup-node/upload-artifact/github-script) to newer major versions and/or new pinned SHAs.
- Update release/distribution actions (web-ext, chrome-extension-upload, create-pull-request) to newer major versions.
- Align Slack notification action to a newer pinned commit across workflows.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/testSlack.yml | Updates pinned commit for Slack notification action. |
| .github/workflows/submitSafari.yml | Upgrades checkout/setup-node/setup-ruby versions used for Safari submission. |
| .github/workflows/submitProduction.yml | Upgrades checkout/setup-node and multiple release submission actions + Slack action. |
| .github/workflows/submitBeta.yml | Upgrades checkout/setup-node and Slack action for beta submission. |
| .github/workflows/socket-scan.yml | Upgrades pinned SHAs for checkout/setup-node/setup-ruby used in Socket scan. |
| .github/workflows/runTests.yml | Updates pinned SHAs for checkout/setup-node and bumps upload-artifact. |
| .github/workflows/runIntegrationTests.yml | Updates pinned SHAs for checkout/setup-node and bumps upload-artifact. |
| .github/workflows/prPreview.yml | Updates pinned SHAs for checkout/setup-node for PR preview builds. |
| .github/workflows/newRelease.yml | Updates pinned SHA for checkout and bumps actions/github-script major version. |
| .github/workflows/deployFreighterApiProduction.yml | Bumps checkout/setup-node/create-pull-request and Slack action. |
| .github/workflows/deployFreighterApiBeta.yml | Bumps checkout/setup-node and Slack action for beta deploy. |
| .github/workflows/codeql.yml | Bumps checkout major version used by CodeQL workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| runs-on: macos-latest-xlarge | ||
| steps: | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 |
| fetch-depth: 1 | ||
| - run: corepack enable | ||
| - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 | ||
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 |
| echo "Error: This workflow must be run from the master branch." | ||
| exit 1 | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 |
| fetch-depth: 1 | ||
| - run: corepack enable | ||
| - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 | ||
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 |
|
|
||
| - name: Checkout code | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 |
|
|
||
| - name: Setup Node | ||
| uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 | ||
| uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 |
|
|
||
| - name: Checkout code | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 |
| steps: | ||
| - name: Slack Notification | ||
| uses: rtCamp/action-slack-notify@07cbdbfd6c6190970778d8f98f11d073b2932aae #v2.3.3 | ||
| uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 #v2.3.3 |
| fi | ||
| - name: Checkout code | ||
| uses: actions/checkout@v6 | ||
| uses: actions/checkout@v7 |
| run: corepack enable | ||
| - name: Build extension | ||
| uses: actions/setup-node@v6 | ||
| uses: actions/setup-node@v7 |
dependabot
Bot
force-pushed
the
dependabot/github_actions/all-actions-1e55dcb8cd
branch
from
July 26, 2026 02:07
d19ff66 to
8f0d61c
Compare
…ates Bumps the all-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) | `2.3.3` | `2.4.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.9` | `8.1.1` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `7.0.1` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.268.0` | `1.321.0` | | [mnao305/chrome-extension-upload](https://github.com/mnao305/chrome-extension-upload) | `5.0.0` | `6.0.0` | | [kewisch/action-web-ext](https://github.com/kewisch/action-web-ext) | `1.3` | `2.0` | Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) Updates `rtCamp/action-slack-notify` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.3.3...33ca3be) Updates `peter-evans/create-pull-request` from 7.0.9 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@84ae59a...5f6978f) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/upload-artifact` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...043fb46) Updates `ruby/setup-ruby` from 1.268.0 to 1.321.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@v1.268.0...v1.321.0) Updates `mnao305/chrome-extension-upload` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/mnao305/chrome-extension-upload/releases) - [Commits](mnao305/chrome-extension-upload@4008e29...fdfe794) Updates `kewisch/action-web-ext` from 1.3 to 2.0 - [Release notes](https://github.com/kewisch/action-web-ext/releases) - [Commits](kewisch/action-web-ext@fe10add...84a13bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: kewisch/action-web-ext dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: mnao305/chrome-extension-upload dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.319.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/all-actions-1e55dcb8cd
branch
from
July 28, 2026 19:24
8f0d61c to
782ef96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-actions group with 9 updates in the / directory:
67672.3.32.4.07.0.98.1.18.0.09.0.05.0.07.0.11.268.01.321.05.0.06.0.01.32.0Updates
actions/checkoutfrom 6 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-nodefrom 6 to 7Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
rtCamp/action-slack-notifyfrom 2.3.3 to 2.4.0Release notes
Sourced from rtCamp/action-slack-notify's releases.
Commits
33ca3bebuild: update action image to v2.4.014ec709Merge pull request #248 from rtCamp/dependabot/github_actions/softprops/actio...73602e5Merge pull request #246 from rtCamp/dependabot/github_actions/docker/setup-bu...0a2fd06Merge pull request #249 from rtCamp/dependabot/docker/alpine-5b10f432ef3da1b8...584ccdfMerge pull request #244 from nktanwar/fix-msg-minimal-headingd1fbafeBump alpine from865b95fto5b10f43ad0d047Bump softprops/action-gh-release from 2 to 3daf8b1eBump docker/setup-buildx-action from 3 to 4c58b60eMerge pull request #243 from rtCamp/dependabot/docker/alpine-865b95f46d98cf86...882c24eRemove message title when MSG_MINIMAL is true DoneUpdates
peter-evans/create-pull-requestfrom 7.0.9 to 8.1.1Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
5f6978ffix: retry post-creation API calls on 422 eventual consistency errors (#4356)d32e88dbuild(deps-dev): bump the npm group with 3 updates (#4349)8170bccbuild(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)0041819build(deps): bump picomatch (#4339)b993918build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)36d7c84build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)a45d1fbbuild(deps): bump@tootallnate/onceand jest-environment-jsdom (#4323)3499eb6build(deps): bump the github-actions group with 2 updates (#4316)3f3b473build(deps): bump minimatch (#4311)6699836build(deps-dev): bump the npm group with 2 updates (#4305)Updates
actions/github-scriptfrom 8.0.0 to 9.0.0Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
actions/upload-artifactfrom 5.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
ruby/setup-rubyfrom 1.268.0 to 1.321.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
95ef2b0Add jruby-10.1.1.0a30dfa4Update CRuby releases on Windows003a5c4Add ruby-3.3.128e41b36Update CRuby releases on Windows6e5d382Add ruby-4.0.6d45b1a4Update CRuby releases on Windows0dafeacAdd ruby-3.4.10bf35c27Bump actions/checkout from 6 to 79eb537cAdd support for ubuntu-26.04 and ubuntu-26.04-arme1a3b10Improve versions-strings-for-builder.rbUpdates
mnao305/chrome-extension-uploadfrom 5.0.0 to 6.0.0Release notes
Sourced from mnao305/chrome-extension-upload's releases.
Commits
fdfe794update readme712b1f96.0.033a086aUpgrade Node.js version from 20 to 24 (#31)cbba77bdocs: update READMEUpdates
kewisch/action-web-extfrom 1.3 to 2.0Release notes
Sourced from kewisch/action-web-ext's releases.
Commits
84a13bbUpdate README examples to v271db58afeat: add separate approvalTimeout for AMOv5fbb85b9chore: Followup changes from dependencies804de9fchore: Update to node241f9d9a3chore: Update github actionsd9530cfchore: Update dependencies9c16a12chore: Update depdendencies correctlyde63225chore: Update dependencies3de9513chore: update KNOWN_LICENSE