Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4.3.0 β†’ v5.0.1
actions/checkout action major v4.3.1 β†’ v6.0.1
actions/create-github-app-token action major v1.12.0 β†’ v2.2.1
actions/setup-go action major v5.6.0 β†’ v6.1.0
actions/setup-node action major v4.4.0 β†’ v6.1.0
actions/upload-artifact action major v4.6.2 β†’ v6.0.0
actions/upload-pages-artifact action major v3.0.1 β†’ v4.0.0
github/codeql-action action major v3.31.9 β†’ v4.31.9
peter-evans/create-pull-request action major v7.0.11 β†’ v8.0.0

Release Notes

actions/cache (actions/cache)

v5.0.1

Compare Source

v5.0.0

Compare Source

actions/checkout (actions/checkout)

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

actions/create-github-app-token (actions/create-github-app-token)

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Bug Fixes
Features

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#​254) (f3d5ec2)

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes

v2.0.4

Compare Source

Bug Fixes

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group across 1 directory with 2 updates (#​228) (2411bfc)

v2.0.0

Compare Source

BREAKING CHANGES
  • Removed deprecated inputs (app_id, private_key, skip_token_revoke) and made app-id and private-key required in the action configuration.
actions/setup-go (actions/setup-go)

v6.1.0

Compare Source

What's Changed

Enhancements
Dependency updates

New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

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

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

actions/upload-artifact (actions/upload-artifact)

v6.0.0

Compare Source

v5.0.0

Compare Source

actions/upload-pages-artifact (actions/upload-pages-artifact)

v4.0.0

Compare Source

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

github/codeql-action (github/codeql-action)

v4.31.9

Compare Source

v4.31.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.8 - 11 Dec 2025
  • Update default CodeQL bundle version to 2.23.8. #​3354

See the full CHANGELOG.md for more information.

v4.31.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v4.31.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.5 - 24 Nov 2025
  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v4.31.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.3 - 13 Nov 2025
  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

v4.31.2

Compare Source

v4.31.1

Compare Source

v4.31.0

Compare Source

v4.30.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

v4.30.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.30.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #​3169

See the full CHANGELOG.md for more information.

peter-evans/create-pull-request (peter-evans/create-pull-request)

v8.0.0: Create Pull Request v8.0.0

Compare Source

What's new in v8
What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.11...v8.0.0


Configuration

πŸ“… Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Aug 28, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.

Flag Coverage Ξ”
generative 70.92% <ΓΈ> (ΓΈ)
integration 70.92% <ΓΈ> (ΓΈ)
unit 70.92% <ΓΈ> (ΓΈ)

Flags with carried forward coverage won't be shown. Click here to find out more.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch from f5c439a to 26832eb Compare September 4, 2025 06:00
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 2 times, most recently from 2b3d025 to 8a974f5 Compare September 13, 2025 01:20
@renovate renovate bot changed the title 🚨 Update github actions (release-v0.6) (major) 🚨 Update github actions (release-v0.6) (major) - abandoned Sep 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch from 8a974f5 to 8cbfbca Compare October 1, 2025 08:54
@renovate renovate bot changed the title 🚨 Update github actions (release-v0.6) (major) - abandoned 🚨 Update github actions (release-v0.6) (major) Oct 1, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 4 times, most recently from f905583 to f88a416 Compare October 14, 2025 05:44
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 2 times, most recently from 489317f to aa8727b Compare October 24, 2025 21:40
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 2 times, most recently from 5a42c06 to a7998a8 Compare October 30, 2025 20:54
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 5 times, most recently from bf912dc to ab63c5c Compare November 20, 2025 18:39
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 2 times, most recently from a81db77 to b6f0819 Compare November 24, 2025 14:32
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 4 times, most recently from 8021ff2 to bd80d84 Compare December 6, 2025 01:40
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch from bd80d84 to f0e9036 Compare December 10, 2025 01:40
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch from f0e9036 to 2cc9bbd Compare December 12, 2025 01:36
@github-actions github-actions bot added size: M and removed size: S labels Dec 12, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch 6 times, most recently from 6030bd0 to ead1ef1 Compare December 18, 2025 13:09
@renovate renovate bot force-pushed the renovate/release-v0.6-major-github-actions branch from ead1ef1 to 5c13e06 Compare December 18, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants