Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4 -> v6

Release Notes

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

v6

Compare Source

v5

Compare 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.


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

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.

  • GitHub Actions workflows:
    • Update actions/setup-node from @v4 to @v6 across 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.

@renovate renovate bot requested a review from a team as a code owner October 14, 2025 04:33
@github-actions
Copy link
Contributor

@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 169118 bytes
Compressed size limit: 200000
Uncompressed size: 789399 bytes

@github-actions
Copy link
Contributor

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 24988 bytes
Compressed size limit: 26000
Uncompressed size: 122411 bytes

@github-actions
Copy link
Contributor

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 17636 bytes
Compressed size limit: 20000
Uncompressed size: 90259 bytes

@github-actions
Copy link
Contributor

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 21721 bytes
Compressed size limit: 25000
Uncompressed size: 74698 bytes

@jsonbailey
Copy link
Contributor

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

@renovate renovate bot force-pushed the renovate/actions-setup-node-6.x branch 12 times, most recently from 02332a4 to 7abab61 Compare October 16, 2025 13:48
@renovate renovate bot force-pushed the renovate/actions-setup-node-6.x branch 2 times, most recently from 1d7eb81 to f2137d9 Compare October 27, 2025 15:55
@renovate renovate bot force-pushed the renovate/actions-setup-node-6.x branch 4 times, most recently from b23c51e to bc5746a Compare November 4, 2025 19:17
@renovate renovate bot force-pushed the renovate/actions-setup-node-6.x branch from bc5746a to 60b510e Compare November 4, 2025 20:03
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
Copy link

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants