build(deps): bump actions/setup-node from 4 to 6#193
build(deps): bump actions/setup-node from 4 to 6#193dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Need to check deeper since it seems it turns the cache on by default: |
For CD workflows I'd turn this off to prevent cache poisoning, but we don't have anything like that here. 😬 |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
@dependabot rebase |
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
974c438
6239623 to
974c438
Compare
@Eomm you happy for this to be merged? |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the actions/setup-node GitHub Action from version 4 to version 6 across all workflow files in the repository. The upgrade includes breaking changes introduced in v5 (automatic caching when packageManager field is present, Node 24 runtime) and v6 (limiting automatic caching to npm only), but these changes are compatible with the current workflow configurations.
Changes:
- Updated
actions/setup-nodefrom v4 to v6 in all 10 workflow files
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/release.yml |
Updated setup-node action to v6 for the release workflow |
.github/workflows/plugins-ci.yml |
Updated setup-node action to v6 for main plugin CI workflow (2 occurrences) |
.github/workflows/plugins-ci-redis.yml |
Updated setup-node action to v6 for Redis plugin CI |
.github/workflows/plugins-ci-postgres.yml |
Updated setup-node action to v6 for Postgres plugin CI |
.github/workflows/plugins-ci-package-manager.yml |
Updated setup-node action to v6 for package manager plugin CI (2 occurrences) |
.github/workflows/plugins-ci-mysql.yml |
Updated setup-node action to v6 for MySQL plugin CI |
.github/workflows/plugins-ci-mongo.yml |
Updated setup-node action to v6 for MongoDB plugin CI |
.github/workflows/plugins-ci-kafka.yml |
Updated setup-node action to v6 for Kafka plugin CI |
.github/workflows/plugins-ci-elasticsearch.yml |
Updated setup-node action to v6 for Elasticsearch plugin CI |
.github/workflows/nested-quality.yml |
Updated setup-node action to v6 for quality check workflow (2 occurrences) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps actions/setup-node from 4 to 6.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
2028fbcLimit automatic caching to npm, update workflows and documentation (#1374)1342781Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)89d709dBump prettier from 2.8.8 to 3.6.2 (#1334)cd2651cBump ts-jest from 29.1.2 to 29.4.1 (#1336)a0853c2Bump actions/checkout from 4 to 5 (#1345)b7234ccUpgrade action to use node24 (#1325)d7a1131Enhance caching in setup-node with automatic package manager detection (#1348)5e2628cBumps form-data (#1332)65becefBump undici from 5.28.5 to 5.29.0 (#1295)7e24a65Bump uuid from 9.0.1 to 11.1.0 (#1273)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)