Skip to content

chore(deps): update actions/setup-node action to v6#1585

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

chore(deps): update actions/setup-node action to v6#1585
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-setup-node-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 14, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4.4.0v6.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.4.0

Compare Source

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

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
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.02%. Comparing base (a2e110c) to head (990df73).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1585   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files         110      110           
  Lines        2350     2350           
  Branches      667      666    -1     
=======================================
  Hits         2139     2139           
  Misses        204      204           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 2 times, most recently from ec17594 to 1ae909c Compare October 15, 2025 19:15
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 5 times, most recently from b60944a to 82c2c63 Compare October 24, 2025 13:55
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from f75fa1d to 77ac7fe Compare November 3, 2025 22:26
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from 8dbcede to 1504428 Compare November 13, 2025 03:01
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from 30b37c0 to b41182e Compare November 18, 2025 02:11
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 2 times, most recently from f928ec6 to be40b6d Compare December 1, 2025 21:48
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from be40b6d to c4e448b Compare December 18, 2025 22:32
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from c4e448b to cefe70a Compare December 30, 2025 17:13
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from d6788b5 to 9746daa Compare January 12, 2026 13:39
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 4 times, most recently from 356a8f0 to 4ee1e18 Compare January 29, 2026 09:37
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 2 times, most recently from e5d7763 to 89900e6 Compare February 16, 2026 05:13
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 89900e6 to d7f9c9c Compare February 17, 2026 23:44
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from 70b54bf to 884138c Compare February 27, 2026 13:37
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 5 times, most recently from 3389ab4 to a5a12cb Compare March 10, 2026 09:02
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 6 times, most recently from 0262ab6 to 2d80fcc Compare March 24, 2026 17:18
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 2d80fcc to 90d5e55 Compare March 26, 2026 20:25
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 90d5e55 to d935982 Compare April 21, 2026 10:13
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from d935982 to 075e71f Compare April 29, 2026 21:07
@renovate renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 075e71f to 990df73 Compare May 15, 2026 14:57
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