Skip to content

build(deps): bump actions/setup-node from 6 to 7 - #31

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 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 dependabot Bot added dependencies Dependency updates (Dependabot) github_actions Pull requests that update GitHub Actions code labels Jul 15, 2026
@dependabot
dependabot Bot requested a review from murdore as a code owner July 15, 2026 16:54
@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) github_actions Pull requests that update GitHub Actions code labels Jul 15, 2026
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

Single Commit Policy — COMPLIANT

Status: 1 commit | Valid format | No merge commits | Ready for merge

Commit details
  • Hash: 11f6aee042c6460fc1714d13e0a9dba0e045bfe9
  • Message: build(deps): bump actions/setup-node from 6 to 7
  • Author: dependabot[bot]

Automated validation — dopamine single-commit enforcement

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 force-pushed the dependabot/github_actions/actions/setup-node-7 branch from bd69c82 to 11f6aee Compare July 18, 2026 18:20
@murdore

murdore commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Reviewed as a routine dependency bump (`actions/setup-node` v6 → v7). Diff is exactly the 5 version-string swaps in `.github/workflows/ci.yml` and `.github/workflows/release.yml` — nothing else bundled in.

It's a semver-major bump for the Action, but checked the actual v7.0.0 breaking changes against this repo's usage:

  • Removed dummy `NODE_AUTH_TOKEN` fallback / removed `always-auth` input — neither workflow sets `registry-url`, `NODE_AUTH_TOKEN`, or `always-auth`, so not applicable.
  • New auto-npm-caching default — both workflows already pass `cache: "npm"` explicitly, so behavior is unchanged.

All CI jobs (Build & Test, TypeScript Strict Check, semantic-release config validation) already ran green against `setup-node@v7` on this PR's own commit, which for a GitHub Action bump (unlike an app-level npm dependency) directly exercises the new version rather than just type-checking against it.

No blockers. LGTM from my side — approving/merging left to @sachin.sharma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (Dependabot) github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant