chore(deps): update actions/setup-node action to v7 - #10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Ectsang
added a commit
that referenced
this pull request
Aug 31, 2026
Six Renovate PRs had been open 28 to 63 days. Applied together in one verified commit rather than merged sequentially, so the majors are exercised against each other rather than against intermediate states. - Runtime deps moved off caret ranges to exact pins, per house convention: @hono/node-server ^1.19.14 to 2.1.1 (#8), hono ^4.12.19 to 4.13.5, viem ^2.50.3 to 2.56.0 (#4). @hono/node-server v2 peers on hono ^4 and node >=20, both satisfied. - tsx ^4.22.2 to 4.23.13, @types/node 22.19.17 to 24.13.3, aligning types with the node the workflow now runs. - typescript 6.0.3 to 7.0.2 (#9). Taken because it was verified here, not assumed: typecheck is clean and the server boots and serves on it. Note ap2-conformance still holds typescript on 5.x for its own toolchain reasons. - actions/checkout v4 to v7 (#6), actions/setup-node v4 to v7 (#10), and the workflow's node-version 20 to 24 (#7), clearing the runner's Node 20 deprecation warning. Verified: typecheck clean, npm audit --audit-level=high reports 0 vulnerabilities, and `npm run server` boots and prints its full startup banner on the upgraded stack.
renovate
Bot
force-pushed
the
renovate/actions-setup-node-7.x
branch
2 times, most recently
from
September 7, 2026 01:33
31864bf to
17ec656
Compare
renovate
Bot
force-pushed
the
renovate/actions-setup-node-7.x
branch
from
September 9, 2026 11:28
17ec656 to
860a4bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v7Release Notes
actions/setup-node (actions/setup-node)
v7.0.0Compare Source
What's Changed
Enhancements:
Bug fixes:
mirrorTokeningetManifestif it's provided by @deiga in #1548Documentation updates:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v6...v7.0.0
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
v6.4.0Compare Source
What's Changed
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v6...v6.4.0
v6.3.0Compare Source
What's Changed
Enhancements:
devEnginesfield by @susnux in #1283Dependency updates:
Bug fixes:
New Contributors
Full Changelog: actions/setup-node@v6...v6.3.0
v6.2.0Compare Source
What's Changed
Documentation
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancement:
Dependency updates:
Documentation update:
Full Changelog: actions/setup-node@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Breaking Changes
Dependency Upgrades
Full Changelog: actions/setup-node@v5...v6.0.0
v5.0.0Compare Source
What's Changed
Breaking Changes
This update, introduces automatic caching when a valid
packageManagerfield is present in yourpackage.json. This aims to improve workflow performance and make dependency management more seamless.To disable this automatic caching, set
package-manager-cache: falseMake sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
New Contributors
Full Changelog: actions/setup-node@v4...v5.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.