content-scope-scripts icon indicating copy to clipboard operation
content-scope-scripts copied to clipboard

build(deps): bump actions/setup-node from 4 to 6

Open dependabot[bot] opened this issue 2 months ago • 2 comments

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

[!NOTE] Updates GitHub Actions workflows to use actions/setup-node v6 instead of v4 in build, test, snapshot, and release pipelines.

  • CI/Workflows:
    • Upgrade actions/setup-node from v4 to v6 in:
      • .github/workflows/build-pr.yml (build job)
      • .github/workflows/build.yml (release_pr job)
      • .github/workflows/snapshots-update.yml (update-pr-with-snapshots job)
      • .github/workflows/snapshots.yml (snapshots job)
      • .github/workflows/tests.yml (unit, integration, deploy-docs, and production-deps jobs)

Written by Cursor Bugbot for commit 255d86498fa356ecbba0c989851832da3ea2bfac. This will update automatically on new commits. Configure here.

dependabot[bot] avatar Oct 20 '25 11:10 dependabot[bot]

Deploy Preview for content-scope-scripts canceled.

Name Link
Latest commit 1f9f5563c660b9ee797c85d692eb945effdb011a
Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/6936ac5633adde0008b422f8

netlify[bot] avatar Oct 20 '25 11:10 netlify[bot]

Temporary Branch Update

The temporary branch has been updated with the latest changes. Below are the details:

Please use the above install command to update to the latest version.

github-actions[bot] avatar Oct 20 '25 11:10 github-actions[bot]

@dependabot recreate

jonathanKingston avatar Dec 08 '25 10:12 jonathanKingston