Skip to content

chore(deps): Bump actions/setup-node from 6 to 7 - #179

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

chore(deps): Bump actions/setup-node from 6 to 7#179
oratis merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 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 Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-7 branch from 225b2a5 to 71f45a9 Compare August 2, 2026 06:43
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 71f45a9 to 0dd2f43 Compare August 2, 2026 06:50
@oratis

oratis commented Aug 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@oratis

oratis commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Review: approved ✅

actions/setup-node v6 → v7 across all 6 occurrences.

Same reasoning as #178: Node 24 runtime bump, GitHub-hosted runners only. The cache: 'pnpm' option used throughout is unchanged in v7, and every job still pins node-version: '22' explicitly — the action's runtime and the Node version it installs are independent, so this does not move the toolchain the project builds against.

Worth noting the desktop sidecar's Node is pinned separately via NODE_SIDECAR_VERSION/NODE_SIDECAR_SHA256 (#189) and is entirely unaffected by this action bump. Those must not be conflated — the sidecar version is a shipped artifact, this is just CI tooling.

Note: rebased onto the merged #180–#210 stack so the bump covers the jobs added in #208.

Rebased, CI green.

@oratis
oratis merged commit a0650d2 into main Aug 2, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-node-7 branch August 2, 2026 06:55
oratis added a commit that referenced this pull request Aug 2, 2026
…ajors (#215)

Covers the 31-PR Codex alignment stack (#180-#210) plus the dependency
work (#211-#214, #155, #177-#179).

Leads with the security section because that is what this release is:
the central tool gate could be skipped entirely when `mode` was omitted
(#181), and the desktop renderer held provider credentials (#192).

Upgrade notes call out the two things a user could otherwise be
surprised by — the ~6.7 MB → ~115 MB desktop size increase from the Node
sidecar, and that the plugin capability RPC is not an OS boundary.

Co-authored-by: t <t@t>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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