Skip to content

chore(deps): update github actions#2729

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions
Open

chore(deps): update github actions#2729
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 12, 2026

This PR contains the following updates:

Package Type Update Change
Vampire/setup-wsl action major v6.0.0v7.0.0
actions/cache action patch v5.0.4v5.0.5
actions/github-script action major v8v9
pnpm/action-setup action major v5v6
softprops/action-gh-release action major v2.6.1v3.0.0

Release Notes

Vampire/setup-wsl (Vampire/setup-wsl)

v7.0.0

Compare Source

Breaking Changes

  • Updated Node.js to 24 (#​83)
  • Changed default distributon to Debian-13
  • Changed Alpine-3.17 wslId to contain the version
  • Changed Ubuntu-20.04 wslId to contain the version
  • Changed Ubuntu-22.04 wslId to contain the version
  • Removed deprecated Debian distributon
  • Removed deprecated Alpine distributon

Details

  • Use Debian-11 instead of Debian in tests [953e6c3]
  • Increase version to 7.0.0 [efe0179]
  • Update Node.js to 24 (#​83) [04ef237]
  • Change default distributon to Debian-13 [b67c897]
  • Remove deprecated Debian [ab5ed27]
  • Remove deprecated Alpine [0dc99a1]
  • Change Alpine-3.17 wslId to contain the version [4e9c3b1]
  • Use wsl-file distribution for Ubuntu 20.04+ [9928f17]
  • Change Ubuntu-20.04 and Ubuntu-22.04 wslIds to contain the version [f9577ca]
  • Continue tests for specific wrapper script on installation failure [cf87199]

v6.1.0

Compare Source

Highlights

  • Alpine (3.17) support fixed (#​82)
  • Debian (11) support fixed (#​76)
  • Alpine 3.18 - 3.23 support added
  • Debian 12 - 13 support added

Deprecations

  • Using Alpine is deprecated, Alpine-3.17 is almost a drop-in replacement
  • Using Debian explicitly or as default is deprecated, Debian-11 is almost a drop-in replacement

Details

  • Fix verify-release workflow generation [6819906]
  • Disable testing on Alpine for the time being [1462529]
  • Fix apt update on Debian (#​76) [6eb7639]
  • Update snakeyaml to 2.6 [90a7832]
  • Update release Gradle plugin to 3.1.0 [44828e1]
  • Update versions Gradle plugin to 0.51.0 [168ff3d]
  • Update Wooga GitHub Gradle plugin to 4.0.0 [47d527f]
  • Update Grgit to 5.3.3 [6391a34]
  • Update Gradle to 8.14.4 [6f851d3]
  • Get version update notifications for refresh versions plugin [01972ad]
  • Update refreshVersions Gradle plugin to 0.60.6 [b00071d]
  • Update github-api to 1.330 [b38a1f9]
  • Update Dependency Analysis Gradle plugin to 3.1.0 [25def4e]
  • Update Gradle to 9.4.1 [0f597b6]
  • Allow newer wrapper versions in validateGradleWrapperJar [0e1d30d]
  • Update versions Gradle plugin to 0.53.0 [8632db7]
  • Update Dependency Analysis Gradle plugin to 3.6.1 [df43e2e]
  • Update kotlinx-serialization to 1.10.0 [0261a4f]
  • Update Kotlin for workflow preprocessing to 2.3.20 [685f117]
  • Increase daemon max heap [f103acb]
  • Update Kotlin to 2.3.20 [7bab382]
  • Remove obsolete ktor work-around [857582f]
  • Update ktor to 3.4.2 [b0a9492]
  • Remove obsolete IDE helper comments [14f968f]
  • Update github-workflows-kt to 3.7.0 [2a205c6]
  • Update actions/checkout to v6 [9e3e4a6]
  • Update gradle/actions to v6 [0507b3e]
  • Update actions/cache to v5 [f96ebd2]
  • Update actions/setup-java to v5 [e491558]
  • Update kotlin wrappers to 2026.4.5 [24fd3b7]
  • Increase version to 6.1.0 [648c2a1]
  • Deprecate Debian and add Debian-11 as almost drop-in replacement [9c2948a]
  • Replace dynamic Microsoft store download by wsl --import (#​82) [d5fc1c9]
  • Deprecate Alpine and add Alpine-3.17 as almost drop-in replacement [9d61a27]
  • Add support for Alpine 3.18 - 3.23 [d859bad]
  • Improve test conditions when overwriting wsl.conf file [818d233]
  • Add support for Debian 12 using wsl --install --from-file [a0d3bcd]
  • Add support for Debian 13 [e8092cd]
  • Add a readme that explains the workflow files handling [7d4bd70]
  • Update common-custom-user-data-gradle-plugin to 2.6.0 [ade4ee0]
  • Update kotlinx-serialization to 1.11.0 [02217b0]
actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

actions/github-script (actions/github-script)

v9

Compare Source

pnpm/action-setup (pnpm/action-setup)

v6

Compare Source

softprops/action-gh-release (softprops/action-gh-release)

v3.0.0

Compare Source

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24.
Use v3 on GitHub-hosted runners and self-hosted fleets that already support the
Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on
v2.6.2.

What's Changed
Other Changes 🔄
  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

v2.6.2

Compare Source

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Apr 12, 2026
@renovate renovate bot enabled auto-merge (squash) April 12, 2026 01:15
@renovate renovate bot requested review from a team as code owners April 12, 2026 01:15
@renovate renovate bot added dependencies Pull requests that update a dependency file chore labels Apr 12, 2026
@renovate renovate bot force-pushed the renovate/actions branch from 43e69bf to c8c8f08 Compare April 12, 2026 21:40
@renovate renovate bot changed the title chore(deps): update actions/github-script action to v9 chore(deps): update github actions Apr 12, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/actions branch from a478540 to 5f6c370 Compare April 16, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

1 participant