Skip to content

chore(deps): update actions/setup-node action to v5#6102

Merged
lukastaegert merged 1 commit intomasterfrom
renovate/actions-setup-node-5.x
Sep 12, 2025
Merged

chore(deps): update actions/setup-node action to v5#6102
lukastaegert merged 1 commit intomasterfrom
renovate/actions-setup-node-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4.4.0 -> v5.0.0

Release Notes

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

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: Branch creation - Between 06:00 PM and 11:59 PM, only on Thursday ( * 18-23 * * 4 ), Between 12:00 AM and 08:59 AM, only on Friday ( * 0-8 * * 5 ) (UTC), 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.

@vercel
Copy link

vercel bot commented Sep 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Sep 12, 2025 6:14am

@github-actions
Copy link

github-actions bot commented Sep 12, 2025

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/actions-setup-node-5.x

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-ceypaai6l-rollup-js.vercel.app/repl/?pr=6102

@github-actions
Copy link

github-actions bot commented Sep 12, 2025

Performance report

  • BUILD: 7312ms, 827 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2683ms, 633 MB
      • generate ast: 1423ms, 622 MB
    • sort and bind modules: 407ms, 690 MB
    • mark included statements: 4202ms, 827 MB
      • treeshaking pass 1: 2511ms (+70ms, +2.9%), 822 MB
      • treeshaking pass 2: 476ms, 814 MB
      • treeshaking pass 3: 412ms, 828 MB
      • treeshaking pass 4: 398ms, 809 MB
      • treeshaking pass 5: 393ms, 827 MB
  • GENERATE: 950ms, 925 MB
    • initialize render: 0ms, 905 MB
    • generate chunks: 138ms (-112ms, -44.9%), 894 MB (+7%)
      • optimize chunks: 0ms, 884 MB
    • render chunks: 758ms (+103ms, +15.7%), 899 MB
    • transform chunks: 19ms, 925 MB
    • generate bundle: 0ms, 925 MB

@codecov
Copy link

codecov bot commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (7cbd64e) to head (2a4f9c8).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6102   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         271      271           
  Lines       10624    10624           
  Branches     2841     2841           
=======================================
  Hits        10490    10490           
  Misses         89       89           
  Partials       45       45           

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

@lukastaegert lukastaegert added this pull request to the merge queue Sep 12, 2025
Merged via the queue into master with commit 7b1430b Sep 12, 2025
70 of 72 checks passed
@lukastaegert lukastaegert deleted the renovate/actions-setup-node-5.x branch September 12, 2025 07:28
@github-actions
Copy link

This PR has been released as part of rollup@4.50.2-2. Note that this is a pre-release, so to test it, you need to install Rollup via npm install rollup@4.50.2-2 or npm install rollup@beta. It will likely become part of a regular release later.

@github-actions
Copy link

This PR has been released as part of rollup@4.50.2. You can test it via npm install rollup.

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.

1 participant