Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 17, 2025

This PR contains the following updates:

Package Type Update Change
Vampire/setup-wsl action major v5.0.1 -> v6.0.0
actions/checkout action major v4.2.2 -> v5.0.0
actions/download-artifact action major v4.3.0 -> v5.0.0
actions/download-artifact action major v4 -> v5
actions/github-script action major v7.0.1 -> v8.0.0
ubuntu github-runner major 20.04 -> 24.04
windows github-runner major 2022 -> 2025

Release Notes

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

v6.0.0

Compare Source

Highlights

Update of Debian distribution if configured is now retried up to 4 times, as the package servers became less stable.

Breaking Changes

The action now always uses WSLv2 as the default WSL
version. Before it used WSLv1 if only that was available
whcih mainly was for the decommissioned windows-2019 runner images.

Details

  • Make Gradle Wrapper scripts executable [af172e2]
  • Remove tests on windows-2019 which was decommissioned [cbf3871]
  • Increase version to 6.0.0 [c0fd238]
  • Always use WSLv2 as default WSL version [e840292]
  • Install zstd before restoring cache on windows-11-arm to get same cache version [b87f2eb]
  • Run WSL update only on windows-2022, not windows-11-arm [c498099]
  • Retry up to 4 times to update Debian packages (#​75) [442f98c]
actions/checkout (actions/checkout)

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

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/download-artifact (actions/download-artifact)

v5.0.0

Compare Source

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

### Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path

New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

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

v8.0.0

Compare Source

v7.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am on monday" (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.

@forking-renovate forking-renovate bot added the team:VM Assigned to OTP team VM label Jun 17, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

github-actions bot commented Jun 17, 2025

CT Test Results

  1 files   11 suites   4m 9s ⏱️
 94 tests  92 ✅ 2 💤 0 ❌
110 runs  108 ✅ 2 💤 0 ❌

Results for commit 9486dde.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@garazdawi garazdawi removed their assignment Jun 17, 2025
kikofernandez
kikofernandez previously approved these changes Jun 18, 2025
@renovate-bot renovate-bot force-pushed the renovate/maint-27-major-github-actions branch 2 times, most recently from f97473f to b8d9485 Compare July 3, 2025 15:23
@renovate-bot renovate-bot force-pushed the renovate/maint-27-major-github-actions branch from b8d9485 to a2d8ffc Compare July 28, 2025 14:04
@@ -285,11 +285,11 @@ jobs:
env:
WXWIDGETS_VERSION: 3.2.6
name: Build Erlang/OTP (Windows)
runs-on: windows-2022
runs-on: windows-2025
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this change was causing issues for us.
mknsis.exe does not exists there, so no Windows installers are created

@renovate-bot renovate-bot force-pushed the renovate/maint-27-major-github-actions branch 4 times, most recently from b9064bf to 82b61db Compare August 11, 2025 11:37
@renovate-bot renovate-bot force-pushed the renovate/maint-27-major-github-actions branch from 82b61db to 8ce11d2 Compare August 11, 2025 13:28
@renovate-bot renovate-bot force-pushed the renovate/maint-27-major-github-actions branch from 8ce11d2 to 9486dde Compare September 4, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants