docs icon indicating copy to clipboard operation
docs copied to clipboard

docs: bump `actions/setup-node` from 4 to 5

Open JamBalaya56562 opened this issue 3 months ago • 4 comments

Summary:

Bumps the actions/setup-node GitHub Actions.

What's being changed (if available, include any code snippets, screenshots, or gifs):

Updates actions/setup-node from 4 to 5

Release notes

Sourced from actions/setup-node's releases.

v5.0.0

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: https://github.com/actions/setup-node/compare/v4...v5.0.0

v4.4.0

What's Changed

Bug fixes:

Enhancement:

Dependency update:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0

... (truncated)

Commits

Check off the following:

  • [ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • [x] The changes in this PR meet the docs fundamentals that are required for all content.
  • [x] All CI checks are passing and the changes look good in the review environment.

JamBalaya56562 avatar Sep 08 '25 04:09 JamBalaya56562

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
actions/how-tos/deploy/deploy-to-third-party-platforms/nodejs-to-azure-app-service.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/how-tos/manage-runners/larger-runners/use-larger-runners.md fpt
ghec
fpt
ghec
from reusable
actions/how-tos/write-workflows/choose-what-workflows-do/find-and-customize-actions.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/how-tos/write-workflows/choose-what-workflows-do/run-job-variations.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/how-tos/write-workflows/choose-when-workflows-run/control-jobs-with-conditions.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/reference/workflows-and-actions/contexts.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/reference/workflows-and-actions/reusing-workflow-configurations.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/reference/workflows-and-actions/workflow-syntax.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/tutorials/build-and-test-code/nodejs.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-jenkins.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-travis-ci.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable
actions/tutorials/publish-packages/publish-nodejs-packages.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
from reusable

Note There are more changes in this PR than we can show.

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

github-actions[bot] avatar Sep 08 '25 04:09 github-actions[bot]

@JamBalaya56562 I totally dismissed this from my notifications thinking it was one of your other PRs. Good thing I checked the repo! I'll check in about this once I get answers about my last batch of versions.

Sharra-writes avatar Sep 09 '25 04:09 Sharra-writes

Uploading image_1758962868881.jpeg…

Rolex03154i avatar Sep 27 '25 09:09 Rolex03154i

Summary:

Bumps the actions/setup-node GitHub Actions.

What's being changed (if available, include any code snippets, screenshots, or gifs):

Updates actions/setup-node from 4 to 5

Release notes Commits

Check off the following:

  • [ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • [x] The changes in this PR meet the docs fundamentals that are required for all content.
  • [x] All CI checks are passing and the changes look good in the review environment. 00923021142492 all data recover my device

umairchudary3-art avatar Dec 01 '25 12:12 umairchudary3-art