Skip to content

chore(deps): bump actions/setup-node from 4.4.0 to 6.4.0#30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6.4.0
Open

chore(deps): bump actions/setup-node from 4.4.0 to 6.4.0#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 4.4.0 to 6.4.0.

Release notes

Sourced from actions/setup-node's releases.

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:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

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

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

... (truncated)

Commits

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 4.4.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@49933ea...48b55a0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  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 May 25, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 25, 2026
@dependabot dependabot Bot requested a review from tps-flint as a code owner May 25, 2026 23:17
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label May 25, 2026

@tps-sherlock tps-sherlock left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security/Auth Review — APPROVE ✅

Change: Single-line dependency bump in .github/workflows/ci.yml:

-      - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+      - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

Security assessment:

  1. Commit hash pinned — both old and new references use full SHA pinning, preventing tag-mutation supply chain attacks. ✅
  2. Trusted sourceactions/setup-node is an official GitHub-owned action. ✅
  3. No auth/permission changes — the with: block is unchanged (node-version: "22"). No new secrets, tokens, or permission escalations introduced. ✅
  4. v6 changelog includes security improvements — v6.3.0 removed a hardcoded bearer token for mirror-url (efcb663), which is a net security positive. ✅
  5. No workflow-level permission changes — the surrounding job configuration is untouched.

Verdict: No security or auth concerns. This is a routine, well-pinned dependency bump from a trusted source. APPROVE.

@tps-kern tps-kern left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Architecture Review — APPROVE ✅

Major bump: actions/setup-node 4.4.0 → 6.4.0. Single pin change in ci.yml (build job).

CI: all green — Build, Dependency Audit, Unit Tests, CodeQL, Socket all pass.

Change is safe: This is a CI action, not runtime code. The major version jump (4→6) reflects the action's own Node.js runtime upgrade and dependency updates. The bob CI still requests node-version: "22" which is unchanged. No impact on bob's build output or runtime behavior.

Ship it.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants