Skip to content

Update actions/setup-node action to v6 - #609

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

Update actions/setup-node action to v6#609
renovate[bot] wants to merge 1 commit into
developfrom
renovate/actions-setup-node-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

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

v6

Compare Source

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

v5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@codacy-production

codacy-production Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.32%. Comparing base (2e0770f) to head (d792844).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #609   +/-   ##
========================================
  Coverage    62.32%   62.32%           
========================================
  Files          526      526           
  Lines        22959    22959           
  Branches      3560     3560           
========================================
  Hits         14310    14310           
  Misses        7418     7418           
  Partials      1231     1231           
Components Coverage Δ
Client 63.68% <ø> (ø)
Server 60.33% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 7256ea5 to 1fafd01 Compare June 18, 2026 20:08
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 1fafd01 to d792844 Compare July 12, 2026 12:45

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

The PR updates the actions/setup-node action to version 6. Codacy analysis indicates the change is up to standards and introduces no new issues.

There are two primary considerations for this upgrade: the requirement for an updated runner execution environment and changes to automatic caching behavior when a package manager is defined. Both should be verified to ensure CI stability and performance.

About this PR

  • The upgraded action requires a runner version that supports the current Node.js execution environment. For environments using self-hosted runners, ensure they are updated to a version compatible with this requirement to avoid workflow failures.
  • Changes in how the action handles automatic caching (particularly when a package manager is specified in the project configuration) may affect CI performance. It is recommended to monitor cache hit rates following this update.

Test suggestions

  • Verify the CI workflow completes successfully and correctly sets up the Node.js environment
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the CI workflow completes successfully and correctly sets up the Node.js environment

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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