Skip to content

build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 - #563

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6.4.0 to 7.0.0.

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

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

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 7.0.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 Aug 31, 2026
@dependabot
dependabot Bot requested a review from qnbs as a code owner August 31, 2026 23:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
worldscript-studio Ready Ready Preview Aug 31, 2026 11:50pm UTC

@codeant-ai

codeant-ai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@codeant-ai

codeant-ai Bot commented Aug 31, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit: 2dbdaa7d
Scan Time: 2026-08-31 23:50:19 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality Gate Status Details
Secrets ✅ PASSED 0 secrets found
Duplicate Code ✅ PASSED 0.0% duplicated
SAST ✅ PASSED No security issues
Bugs ✅ PASSED Rating S: No bugs
IAC ✅ PASSED Rating S: No issues

View Full Results

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@qnbs

qnbs commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Closing in favor of #594.

This PR only updates ci.yml's one direct actions/setup-node reference (the small workflow-policy bootstrap job). The repo has two more references Dependabot's github-actions scanner structurally can't see — it only scans .github/workflows/*.yml, not composite action definitions under .github/actions/:

  • .github/actions/setup/action.yml — the shared composite used by the security and quality jobs, i.e. the substantive CI work
  • .github/workflows/deploy-cloudflare-pages.yml.disabled

Merging this as-is would have left the bootstrap job on v7 while every job that matters stayed on v6.4.0 — the same sibling-reference-drift failure mode docs/DEPENDABOT-TRIAGE.md already documents an incident for with codeql-action.

Separately, compared v7.0.0 against the parallel v6.5.0 release (published 5 minutes apart) before choosing either: v7.0.0's changelog (ESM migration, unused new outputs, a mirrorToken fix for an input this repo never sets, dummy NODE_AUTH_TOKEN removal this repo never reads) has zero functional benefit here for the review burden of a major bump. v6.5.0 backports the one change that matters — @actions/cache 5.1.0 plus security overrides for undici/fast-xml-parser — onto the existing v6.x line with nothing else changed.

#594 bumps all three references to v6.5.0 instead, with the full comparison recorded there.

@qnbs qnbs closed this Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-node-7.0.0 branch September 3, 2026 12:58
qnbs added a commit that referenced this pull request Sep 3, 2026
…osite-action sibling gap (#594)

Dependabot opened PR #563 proposing a major bump to actions/setup-node
v7.0.0, but only updated ci.yml's one direct `uses:` reference. The repo
has two more references Dependabot's github-actions ecosystem scanner
structurally cannot see (it only scans .github/workflows/*.yml, not
composite action definitions under .github/actions/): the shared
.github/actions/setup/action.yml composite (used by the security and
quality jobs -- the substantive CI work) and the disabled Cloudflare
Pages deploy workflow. Merging #563 as-is would have left the small
workflow-policy job's bootstrap on v7 while every other job's actual
setup-node execution stayed on v6.4.0 -- exactly the sibling-reference
drift class this repo's own DEPENDABOT-TRIAGE.md already documents an
incident for with codeql-action, just via a different root cause (a
Dependabot scanner blind spot rather than a missing group config).

Compared v7.0.0 against the parallel v6.5.0 release (published five
minutes apart, confirmed via the GitHub Releases API) before choosing
either: v7.0.0's changelog is an ESM migration (invisible to a plain
`uses:` consumer), new unused cache-key outputs, a mirrorToken fix for
an input this repo never sets, and removal of a dummy NODE_AUTH_TOKEN
export this repo never reads -- zero functional benefit here, for the
review burden of a major bump. v6.5.0 backports the one change that
does matter, @actions/cache 5.1.0 plus security overrides for undici
and fast-xml-parser, onto the existing v6.x line with no other change.

Bumped all three references (ci.yml, the composite action, and the
disabled Cloudflare workflow, kept consistent for whenever it's
re-enabled) to the verified v6.5.0 commit SHA. PR #563 closed in favor
of this PR, with the full comparison recorded there.
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.

1 participant