Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4 -> v5

Release Notes

actions/checkout (actions/checkout)

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

Update all GitHub Actions workflows and the publish-docs composite action to use actions/checkout@v5 instead of @v4.

Written by Cursor Bugbot for commit bfdff39. This will update automatically on new commits. Configure here.

@renovate renovate bot requested a review from a team as a code owner August 11, 2025 14:53
@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2025

@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

@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 2 times, most recently from 91debf5 to 6bced15 Compare August 19, 2025 21:19
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch from 6bced15 to e7e01fe Compare August 26, 2025 20:52
@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

@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 4 times, most recently from 8dde5a5 to 7494253 Compare August 29, 2025 17:32
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 6 times, most recently from 2b5ee54 to eae830e Compare September 17, 2025 18:56
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 12 times, most recently from a453e6b to 6ad8b1e Compare October 14, 2025 15:00
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 9 times, most recently from c327008 to 112e5b0 Compare October 16, 2025 13:47
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 2 times, most recently from ff0775a to f6acc4b Compare October 27, 2025 15:55
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 15 times, most recently from 323dc2f to cc62272 Compare November 7, 2025 22:43
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Premature Action Version Breaks Workflows

The workflow references actions/checkout@v5 which does not exist yet. The latest major version of the GitHub Actions checkout action is v4. All workflows updated in this PR will fail when they attempt to use this non-existent action version.

Fix in Cursor Fix in Web

@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch from cc62272 to bfdff39 Compare November 7, 2025 23:10
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.

1 participant