-
Notifications
You must be signed in to change notification settings - Fork 30
chore(deps): update actions/setup-node action to v6 #954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@launchdarkly/browser size report |
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
I created a PR to have renovate use digests instead of tags. We may want to review that before deciding if we want to merge this #955 |
02332a4 to
7abab61
Compare
1d7eb81 to
f2137d9
Compare
b23c51e to
bc5746a
Compare
bc5746a to
60b510e
Compare
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| - uses: actions/setup-node@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Caching lost: actions/setup-node v6 drops Yarn caching
Upgrading to actions/setup-node@v6 removes automatic caching for Yarn. In v5, automatic caching was enabled for yarn/pnpm/npm when a packageManager field was present in package.json. In v6, automatic caching is limited to npm only. Since this repository uses Yarn 3.4.1 (as specified in package.json) and this workflow doesn't explicitly set cache: 'yarn', the workflow will lose automatic dependency caching, resulting in slower CI builds. The same issue affects all other workflow files in this PR that don't explicitly specify the cache parameter.
This PR contains the following updates:
v4->v6Release Notes
actions/setup-node (actions/setup-node)
v6Compare Source
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.
Note
Replaces actions/setup-node@v4 with @v6 across CI, release, and manual workflows.
actions/setup-nodefrom@v4to@v6across all workflows in/.github/workflows(build/test, release pipelines, and manual publish/docs jobs).Written by Cursor Bugbot for commit 60b510e. This will update automatically on new commits. Configure here.