fix(deps): update all dependencies #1569
Open
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:
v1
->v2
v3
->v5
v4
->v5
v1
->v2
v4.1.8
->v5.0.0
v4
->v5
v3
->v4
7.1.4
->7.2.0
0.11.0
->0.12.0
2.10.0
->2.11.0
0.4.0
->0.5.0
3.11
->3.13
41
->44
1
->=1.0.3
3.20.0
->3.21.0
1.17.0
->1.18.0
Release Notes
EmbarkStudios/cargo-deny-action (EmbarkStudios/cargo-deny-action)
v2
Compare Source
actions/checkout (actions/checkout)
v5
Compare Source
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in #1941isGhes
by @jww3 in #1946actions/create-github-app-token (actions/create-github-app-token)
v2
Compare Source
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:
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: true
as 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
v4.3.0
Compare Source
What's Changed
artifact-ids
input by @GrantBirki in #401New Contributors
Full Changelog: actions/download-artifact@v4.2.1...v4.3.0
v4.2.1
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4.2.0...v4.2.1
v4.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4.1.9...v4.2.0
v4.1.9
Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4.1.8...v4.1.9
actions/setup-python (actions/setup-python)
v5
Compare Source
actions/upload-pages-artifact (actions/upload-pages-artifact)
v4
Compare Source
nukesor/comfy-table (comfy-table)
v7.2.0
Compare Source
Chore
1.85
and thereby no longer supports thewasm32-wasi
target.Fix
console-rs/dialoguer (dialoguer)
v0.12.0
Compare Source
indexmap-rs/indexmap (indexmap)
v2.11.0
Compare Source
insert_sorted_by
andinsert_sorted_by_key
methods toIndexMap
,IndexSet
, andVacantEntry
, like customizable versions ofinsert_sorted
.is_sorted
,is_sorted_by
, andis_sorted_by_key
methods toIndexMap
andIndexSet
, as well as theirSlice
counterparts.sort_by_key
andsort_unstable_by_key
methods toIndexMap
andIndexSet
, as well as parallel counterparts.replace_index
methods toIndexMap
,IndexSet
, andVacantEntry
to replace the key (or set value) at a given index.
sval
serialization support.actions/python-versions (python)
v3.13.7
: 3.13.7Compare Source
Python 3.13.7
v3.13.6
: 3.13.6Compare Source
Python 3.13.6
v3.13.5
: 3.13.5Compare Source
Python 3.13.5
v3.13.4
: 3.13.4Compare Source
Python 3.13.4
v3.13.3
: 3.13.3Compare Source
Python 3.13.3
v3.13.2
: 3.13.2Compare Source
Python 3.13.2
v3.13.1
: 3.13.1Compare Source
Python 3.13.1
v3.13.0
: 3.13.0Compare Source
Python 3.13.0
v3.12.11
: 3.12.11Compare Source
Python 3.12.11
v3.12.10
: 3.12.10Compare Source
Python 3.12.10
v3.12.9
: 3.12.9Compare Source
Python 3.12.9
v3.12.8
: 3.12.8Compare Source
Python 3.12.8
v3.12.7
: 3.12.7Compare Source
Python 3.12.7
v3.12.6
: 3.12.6Compare Source
Python 3.12.6
v3.12.5
: 3.12.5Compare Source
Python 3.12.5
v3.12.4
: 3.12.4Compare Source
Python 3.12.4
v3.12.3
: 3.12.3Compare Source
Python 3.12.3
v3.12.2
: 3.12.2Compare Source
Python 3.12.2
v3.12.1
: 3.12.1Compare Source
Python 3.12.1
v3.12.0
: 3.12.0Compare Source
Python 3.12.0
Stebalien/tempfile (tempfile)
v3.21.0
Compare Source
windows-sys
requirement to allow version 0.60.xuuid-rs/uuid (uuid)
v1.18.0
Compare Source
What's Changed
Timestamp
andstd::time::SystemTime
by @dcormier in #835New Contributors
Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.