chore(deps): update github actions (major) - #898
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
March 11, 2026 18:13
dfe59d4 to
77dc3eb
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
March 27, 2026 02:14
9720619 to
3f74158
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
April 10, 2026 18:06
3f74158 to
125df93
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
April 15, 2026 18:57
125df93 to
9e28c73
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
April 24, 2026 15:52
ba31277 to
9040bf5
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
May 19, 2026 00:26
644b699 to
9f22748
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
May 22, 2026 19:44
9f22748 to
d94c5ab
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
June 7, 2026 01:54
d94c5ab to
cf5063f
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
June 23, 2026 18:00
a3c0f64 to
0772cf1
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
June 26, 2026 23:11
0772cf1 to
2fac221
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
July 13, 2026 17:12
bc86e1d to
bd9fdaa
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
2 times, most recently
from
July 20, 2026 16:39
f766920 to
2f3d757
Compare
renovate
Bot
force-pushed
the
renovate/major-github-actions
branch
from
July 24, 2026 11:30
2f3d757 to
80a96fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.0.3→v6.1.0v6.0.2→v7.0.1v7.0.0→v8.0.1v6.2.0→v7.0.0v6.0.0→v7.0.1v5.5.2→v7.0.0v3.3.0→v4.0.1v2.0.7→v3.1.0Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v6.0.0
v6Compare Source
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v5...v5.0.4
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0Compare Source
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
v8Compare Source
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v7Compare Source
v6.3.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation
New Contributors
Full Changelog: actions/setup-python@v6...v6.3.0
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0
v7Compare Source
v6.0.2Compare Source
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
v5.5.5Compare Source
This release only contains the keybase.io change as described here.
Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5
v5.5.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
v5.5.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3
conda-incubator/setup-miniconda (conda-incubator/setup-miniconda)
v4.0.1Compare Source
Fixes
MultipleKeysErroron conda 25.11+ when a user-suppliedcondarc-filealready declares
auto_activate: now only one ofauto_activate/auto_activate_baseis written to.condarc, preferring whichever key theuser's existing condarc uses.
auto_activateto the boolean coercion set so its value is serialized asa YAML boolean when it is the chosen canonical key.
local_repodata_ttltoKNOWN_CONDARC_KEYSto silence a spurious"Unrecognized condarc key" warning for a valid conda key.
v4.0.0Compare Source
Breaking Changes
Node 24 support; this is the reason for the v4 major bump)
@actions/execv3)Features and Enhancements
conda-initinput to optionally skipconda initanddocument activation for restricted environments
coverage badge
GitHub Pages and Netlify previews
Fixes
packages directory instead of removing files one by one
name-version-buildsyntax expansion and add testsspurious warning
Performance
takeowncalls withPromise.allisDefaultEnvironmentsubprocess with local YAML readsconda configsubprocesses with direct.condarcYAMLwrites
Tasks and Maintenance
v4Compare Source
Fixes
MultipleKeysErroron conda 25.11+ when a user-suppliedcondarc-filealready declares
auto_activate: now only one ofauto_activate/auto_activate_baseis written to.condarc, preferring whichever key theuser's existing condarc uses.
auto_activateto the boolean coercion set so its value is serialized asa YAML boolean when it is the chosen canonical key.
local_repodata_ttltoKNOWN_CONDARC_KEYSto silence a spurious"Unrecognized condarc key" warning for a valid conda key.
mamba-org/setup-micromamba (mamba-org/setup-micromamba)
v3.1.0Compare Source
What's Changed
New features
win-arm64) by @weiji14 in #269Documentation
Dependency updates
New Contributors
Full Changelog: mamba-org/setup-micromamba@v3.0.0...v3.1.0
v3.0.0Compare Source
What's Changed
New features
Dependency updates
Other changes
New Contributors
Full Changelog: mamba-org/setup-micromamba@v2...v3.0.0
v3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.