Skip to content

chore(deps): bump actions/setup-node from 5 to 7 - #63

Merged
Aswinmcw merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7
Aug 18, 2026
Merged

chore(deps): bump actions/setup-node from 5 to 7#63
Aswinmcw merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 5 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 5 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...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 @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested review from a team, Aswin-coder and Aswinmcw as code owners July 27, 2026 07:19

@Aswinmcw Aswinmcw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Verified safe for this repo's usage:

  • ci.yml pins all inputs (python-version: "3.12", node-version: "22", cache: npm) and daily-support-matrix.yml uses only the long-stable fetch-depth/persist-credentials inputs — no reliance on any default that these majors changed.
  • checkout v7's breaking change (blocking fork-PR checkout under pull_request_target/workflow_run) does not apply: ci.yml runs on pull_request, auto-approve.yml is pull_request_target but delegates to an org reusable workflow and performs no checkout of its own, and dependabot branches are in-repo rather than forks.
  • setup-python v7 only drops the pip-install input, which is unused here; setup-node v7's npm caching is unaffected by an explicit cache: npm.
  • This PR's own CI ran the new major (verified actions/checkout@v7 in the job log) and passed all gates.

Touches no package-lock.json, so it cannot contend with the in-flight dependency PRs.

@Aswinmcw
Aswinmcw added this pull request to the merge queue Aug 18, 2026
Merged via the queue into main with commit 934caae Aug 18, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-node-7 branch August 18, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant