Skip to content

chore(deps): update actions/setup-node action to v7 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x
Open

chore(deps): update actions/setup-node action to v7#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4v7

Release Notes

actions/setup-node (actions/setup-node)

v7.0.0

Compare Source

What's Changed
Enhancements:
Bug fixes:
Documentation updates:
Dependency update:
New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

What's Changed

Documentation
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make 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)

  • Branch creation
    • "before 12:00 on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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 renovate Bot changed the title chore(deps): update actions/setup-node action to v7 chore(deps): update actions/setup-node action to v7 - autoclosed Aug 31, 2026
@renovate renovate Bot closed this Aug 31, 2026
@renovate
renovate Bot deleted the renovate/actions-setup-node-7.x branch August 31, 2026 07:55
@renovate renovate Bot changed the title chore(deps): update actions/setup-node action to v7 - autoclosed chore(deps): update actions/setup-node action to v7 Sep 7, 2026
@renovate renovate Bot reopened this Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch 2 times, most recently from 31864bf to 17ec656 Compare September 7, 2026 01:33
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch from 17ec656 to 860a4bf Compare September 9, 2026 11:28
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.

0 participants