-
Couldn't load subscription status.
- Fork 3k
chore(deps): update github-actions (maint-26) (major) #9961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: maint-26
Are you sure you want to change the base?
chore(deps): update github-actions (maint-26) (major) #9961
Conversation
|
|
CT Test Results 1 files 11 suites 3m 52s ⏱️ Results for commit 80e2cc1. ♻️ 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 |
cd3b222 to
4abf07e
Compare
4abf07e to
d0d385c
Compare
| WXWIDGETS_VERSION: 3.2.6 | ||
| name: Build Erlang/OTP (Windows) | ||
| runs-on: windows-2022 | ||
| runs-on: windows-2025 |
There was a problem hiding this comment.
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
12c20c7 to
7eeea43
Compare
7eeea43 to
d135b02
Compare
d135b02 to
ede21cf
Compare
ede21cf to
e31004b
Compare
e31004b to
80e2cc1
Compare
This PR contains the following updates:
v5.0.1->v6.0.0v4.2.2->v5.0.0v4.3.0->v6.0.0v4->v6v7.0.1->v8.0.0v4.6.2->v5.0.020.04->24.042022->2025Release Notes
Vampire/setup-wsl (Vampire/setup-wsl)
v6.0.0Compare 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-2019runner images.Details
af172e2]cbf3871]c0fd238]e840292]b87f2eb]c498099]442f98c]actions/checkout (actions/checkout)
v5.0.0Compare Source
What's Changed
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.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
actions/download-artifact (actions/download-artifact)
v6.0.0Compare Source
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.@actions/artifacttov4.0.0v6.0.0by @danwkennedy in #438New Contributors
Full Changelog: actions/download-artifact@v5...v6.0.0
v5.0.0Compare 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:
name: my-artifact→ extracted topath/(direct)artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
name: my-artifact→ extracted topath/(unchanged)artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
merge-multiple: trueas a workaroundYou download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
To maintain old behavior (if needed):
New Contributors
Full Changelog: actions/download-artifact@v4...v5.0.0
actions/github-script (actions/github-script)
v8.0.0Compare Source
v7.1.0Compare Source
What's Changed
actions/upload-artifactby @joshmgross in #512npm audit fixby @joshmgross in #515permissionsin workflows and update actions by @joshmgross in #531octokitREADME updates for v7 by @joshmgross in #557scriptby @joshmgross in #603New Contributors
Full Changelog: actions/github-script@v7...v7.1.0
actions/upload-artifact (actions/upload-artifact)
v5.0.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.