Skip to content

chore(deps): bump actions/setup-node from 6 to 7 - #939

Merged
matt-evervault merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-node-7
Jul 20, 2026
Merged

chore(deps): bump actions/setup-node from 6 to 7#939
matt-evervault merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-node-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6 to 7.

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 18, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 18, 2026 07:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 18, 2026
@changeset-bot

changeset-bot Bot commented Jul 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 60bb19f

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

Copy link
Copy Markdown
Contributor

Automated dependency review: actions/setup-node v6 → v7.0.0

Scope of the diff: 9 workflow files, all identical uses: actions/setup-node@v6@v7 bumps (auto-format.yml, build.yml, e2e-test.yml ×2, lint.yml, npm-publish.yml, publish-static-bundle.yml, push.yml ×2, react-native.yml ×2, revert-release.yml). No package.json/lockfile changes — this is CI-only.

Usage check: every actions/setup-node call in this repo uses only node-version-file: ".nvmrc" and cache: "pnpm", plus registry-url in npm-publish.yml. The workflow files that don't reference setup-node at all (codeql.yml, get-artifact-name.yml, pull-request.yml, release.yml, update-screenshots.yml) were correctly left alone — no stray @v6 references remain anywhere after this PR.

Changelog (v6.3.0 → v7.0.0): ESM migration + dep upgrades (internal only), new additive outputs (cache-primary-key/cache-matched-key, unused here), @actions/cache bumped to 5.1.0, and a fix to stop mirrorToken leaking into getManifest (we don't use mirror/mirror-token, so N/A). The action's runs.using stays node24 in both versions — no runtime bump for the action host. All inputs this repo relies on are unchanged in v7.

Notable (non-blocking) observation: npm-publish.yml has a workaround — NODE_AUTH_TOKEN="" pnpm ... publish — for actions/setup-node#1440 (setup-node exporting a dummy NODE_AUTH_TOKEN that breaks npm OIDC trusted publishing, which this repo uses via id-token: write). v7.0.0's changelog entry "Remove dummy NODE_AUTH_TOKEN export" (actions/setup-node#1558) appears to be the upstream fix for exactly that issue. The existing override is harmless to keep, so no change needed in this PR — just flagging it as something that could be cleaned up in a future PR now that upstream fixed it.

Suspicious/security concerns: none found.

Verification: no local build applies (pure Actions config change). The PR's own CI on the dependabot branch already exercises setup-node@v7 for real — lint-and-test, e2e-test (browser/crypto-harness/inputs/ui-components shards), CodeQL, and Auto Format all completed successfully using v7; Build iOS/Android Examples and 2 remaining e2e shards were still running at review time with no failures.

Verdict: safe to merge. No code changes required from this review.


Generated by Claude Code

Copy link
Copy Markdown
Contributor

·@·d·ependabot r·ebase


Generated by Claude Code

@matt-evervault
matt-evervault added this pull request to the merge queue Jul 20, 2026
Merged via the queue into master with commit 9ec9e36 Jul 20, 2026
17 checks passed
@matt-evervault
matt-evervault deleted the dependabot/github_actions/actions/setup-node-7 branch July 20, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

1 participant