nodejs-docs-samples icon indicating copy to clipboard operation
nodejs-docs-samples copied to clipboard

chore(deps): update github actions

Open renovate-bot opened this issue 2 months ago • 19 comments

This PR contains the following updates:

Package Type Update Change Pending
actions/cache (changelog) action digest 0400d5f -> 0057852
actions/checkout action major v5.0.0 -> v6.0.0 v6.0.1
actions/github-script action major v7 -> v8
actions/setup-go action major v5 -> v6
actions/setup-node action major v4.0.0 -> v6.0.0 v6.1.0
actions/setup-node action major v4 -> v5 v6
google-github-actions/get-secretmanager-secrets action major v2 -> v3

Release Notes

actions/checkout (actions/checkout)

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1

actions/github-script (actions/github-script)

v8: .0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v7.1.0...v8.0.0

actions/setup-go (actions/setup-go)

v6

Compare Source

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

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

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

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

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

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

v4.2.0

Compare Source

What's Changed
New Contributors

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

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

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

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

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

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

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

v4.0.2

Compare Source

What's Changed
New Contributors

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

v4.0.1

Compare Source

What's Changed
New Contributors

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

google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)

v3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 11am every 3 weeks on Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-bot avatar Sep 29 '25 12:09 renovate-bot