Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 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 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.

@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Oct 1, 2025
@renovate renovate bot requested a review from a team as a code owner October 1, 2025 03:35
@renovate renovate bot added the p: 1-normal Nothing urgent label Oct 1, 2025
@renovate renovate bot added this to the vAnytime milestone Oct 1, 2025
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Oct 1, 2025
@netlify
Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit f98bad0
🔍 Latest deploy log https://app.netlify.com/projects/fakerjs/deploys/68eac08d09972200083a2226
😎 Deploy Preview https://deploy-preview-3626.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97%. Comparing base (349490b) to head (f98bad0).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3626   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files        2906     2906           
  Lines      222684   222684           
  Branches      932      931    -1     
=======================================
  Hits       222631   222631           
  Misses         53       53           
🚀 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-5.x branch 2 times, most recently from cb9230d to 7193b25 Compare October 8, 2025 21:47
@Shinigami92
Copy link
Member

After this PR we could think about removing all cache: 'pnpm', because it now gets automatically detected

@renovate renovate bot force-pushed the renovate/actions-setup-node-5.x branch 3 times, most recently from 0be7071 to c0c1520 Compare October 9, 2025 20:46
@renovate renovate bot force-pushed the renovate/actions-setup-node-5.x branch from c0c1520 to f98bad0 Compare October 11, 2025 20:39
@xDivisionByZerox xDivisionByZerox added this pull request to the merge queue Oct 11, 2025
Merged via the queue into next with commit 08b03da Oct 11, 2025
23 checks passed
@xDivisionByZerox xDivisionByZerox deleted the renovate/actions-setup-node-5.x branch October 11, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants