-
Notifications
You must be signed in to change notification settings - Fork 31
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
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.
d9f6c74 to
b371d72
Compare
f4f33c2 to
74a8d60
Compare
74a8d60 to
24cc20d
Compare
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
Updates all GitHub Actions workflows to use actions/setup-node v6 instead of v4.
actions/setup-node@v4with@v6across workflow files (.github/workflows/*.yml).browser,server-node,sdk-client,sdk-server,sdk-server-edge,react-native,svelte,cloudflare,fastly,vercel,akamai-*,jest,browser-telemetry,combined-browser).@v6inrelease-please.ymlfor all release jobs and in manual publishing workflows (manual-publish.yml,manual-publish-docs.yml).react-native-detox.ymlstep toactions/setup-node@v6.Written by Cursor Bugbot for commit 24cc20d. This will update automatically on new commits. Configure here.