Bump actions/setup-node from 6 to 7 - #188
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
There was a problem hiding this comment.
Dependabot review: actions/setup-node v6 → v7 ✅
Safe to merge. This is a GitHub Actions version bump only — no source code is affected. The diff changes actions/setup-node@v6 → @v7 in 8 places across lint-and-test.yml, build-and-deploy-wasm-bindings.yml, and build-and-deploy-node-bindings.yml.
Usage vs. v7 inputs
All inputs this repo passes remain valid and unchanged in the v7 action.yml: node-version, check-latest, cache: yarn, cache-dependency-path, architecture: x86, and registry-url.
v7.0.0 changelog assessment
- Add
cache-primary-key/cache-matched-keyoutputs — additive; no outputs are consumed here. - Migrate to ESM + dependency upgrades — internal. The action still runs on the
node24runtime, which was already required since v5 and is already in use via v6, so there is no new runner requirement introduced by this bump. - Remove dummy
NODE_AUTH_TOKENexport — the action no longer injects a placeholder token when none is set. This only touches the two tag-gatedpublishjobs (which setregistry-url). Both explicitly provide the realNODE_AUTH_TOKENfromsecrets.NPM_AUTH_TOKENatnpm publishtime, so publishing is unaffected. (Note the node-bindings workflow also currently has all itson:triggers commented out, so it does not run.) - Only use
mirrorTokeningetManifestif provided — N/A; nomirror/mirror-tokenused. @actions/cache→ 5.1.0 — internal caching improvement.
Verification
- No security or performance concerns identified.
- All workflow YAML still parses; no stale
@v6references remain. - CI:
lint_and_test_node(the only PR-triggered job that actually exercisessetup-node@v7) passed, along withbuild,build_wasm,lint_and_test_rust, andbuild_and_test_python.
No code changes were needed, so nothing was pushed to the branch.
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 actions/setup-node from 6 to 7.
Release 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)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)