Update all dependencies#62
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
from
August 11, 2025 14:49
968930c to
503912e
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
October 5, 2025 04:45
503912e to
00eb697
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
October 24, 2025 22:05
13c37f3 to
9d215d5
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
November 12, 2025 06:51
59c8d05 to
ac6a85c
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
November 20, 2025 18:30
ac6a85c to
0ae452b
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
December 2, 2025 18:15
0ae452b to
d2458ba
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
December 18, 2025 13:37
9fb9dc4 to
4a19610
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
January 4, 2026 05:06
4a19610 to
59ed123
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
January 13, 2026 16:54
59ed123 to
7dbad69
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
February 3, 2026 13:48
be185e2 to
09f3688
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
February 12, 2026 10:45
09f3688 to
3a1de60
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
February 26, 2026 21:09
f4bbbef to
05a3c76
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 5, 2026 10:55
05a3c76 to
a6cb74e
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 19, 2026 13:24
a6cb74e to
9c4755f
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
March 29, 2026 12:51
4fc222c to
c94338c
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
April 13, 2026 13:35
4fee1e2 to
55b3f5e
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 27, 2026 22:42
86d6ac2 to
7aff587
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 5, 2026 11:08
221d7c3 to
79f5d4d
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 11, 2026 14:18
a0a40f0 to
ff2d85e
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 20, 2026 22:39
c95ca43 to
a8dae15
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
June 30, 2026 14:51
a8dae15 to
26f3f5a
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 12, 2026 11:32
26f3f5a to
84b5e46
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:
v4→v7v7.0.1v4→v7^2.0.0→2.3.1^25.1.0→25.1.0^2025.0.0→^2026.0.0^1.5.0→1.7.79.1.0→9.4.33.0.0→3.2.0^2.9.1→2.14.0^6.1.1→6.3.0Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.1.0Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
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
v6.0.0Compare Source
v6 - What's new
Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v6Compare Source
v5.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.0v5.0.0by @danwkennedy in #734New Contributors
Full Changelog: actions/upload-artifact@v4...v5.0.0
v5Compare Source
certifi/python-certifi (certifi)
v2026.6.17Compare Source
v2026.5.20Compare Source
v2026.4.22Compare Source
v2026.2.25Compare Source
v2026.1.4Compare Source
v2025.11.12Compare Source
v2025.10.5Compare Source
elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch)
v9.4.3: Elasticsearch 9.4.3Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.3-release-notes
v9.4.2: Elasticsearch 9.4.2Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.2-release-notes
v9.4.1: Elasticsearch 9.4.1Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.1-release-notes
v9.4.0: Elasticsearch 9.4.0Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.0-release-notes
v9.3.7: Elasticsearch 9.3.7Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.7-release-notes
v9.3.6: Elasticsearch 9.3.6Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.6-release-notes
v9.3.5: Elasticsearch 9.3.5Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.5-release-notes
v9.3.4: Elasticsearch 9.3.4Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.4-release-notes
v9.3.3: Elasticsearch 9.3.3Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.3-release-notes
v9.3.2: Elasticsearch 9.3.2Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.2-release-notes
v9.3.1: Elasticsearch 9.3.1Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.1-release-notes
v9.3.0: Elasticsearch 9.3.0Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.0-release-notes
v9.2.8: Elasticsearch 9.2.8Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.8-release-notes
v9.2.7: Elasticsearch 9.2.7Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.7-release-notes
v9.2.6: Elasticsearch 9.2.6Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.6-release-notes
v9.2.5: Elasticsearch 9.2.5Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.5-release-notes
v9.2.4: Elasticsearch 9.2.4Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.4-release-notes
v9.2.3: Elasticsearch 9.2.3Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.3-release-notes
v9.2.2: Elasticsearch 9.2.2Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.2-release-notes
v9.2.1: Elasticsearch 9.2.1Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.1-release-notes
v9.2.0: Elasticsearch 9.2.0Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.0-release-notes
v9.1.10: Elasticsearch 9.1.10Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.10-release-notes
v9.1.9: Elasticsearch 9.1.9Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.9-release-notes
v9.1.8: Elasticsearch 9.1.8Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.8-release-notes
v9.1.7: Elasticsearch 9.1.7Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.7-release-notes
v9.1.6: Elasticsearch 9.1.6Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.6-release-notes
v9.1.5: Elasticsearch 9.1.5Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.5-release-notes
v9.1.4: Elasticsearch 9.1.4Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.4-release-notes
v9.1.3: Elasticsearch 9.1.3Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.3-release-notes
v9.1.2: Elasticsearch 9.1.2Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.2-release-notes
v9.1.1: Elasticsearch 9.1.1Compare Source
Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.1-release-notes
opensearch-project/opensearch-py (opensearch-py)
v3.2.0Compare Source
Added
Updated APIs
Changed
Deprecated
Removed
Fixed
AWSV4Signer.sign()not passing custom headers toAWSRequest, causingx-amz-*headers to be excluded from SigV4 signature (#1034)AWSV4Signer.sign()not settingX-Amz-Content-SHA256beforeSigV4Auth.add_auth(), causing the header to be absent fromSignedHeadersin theAuthorizationheader. The fix uses a guarded assignment that preserves caller-provided values (e.g.,UNSIGNED-PAYLOAD, precomputed hashes) (#1038, #1039)linkcheckerCI step (#987)Security
Dependencies
pytest-asynciofrom <=1.2.0 to <=1.3.0 (#984)actions/checkoutfrom 5 to 6 (#986)codecov/codecov-actionfrom 4 to 5 (#985)actions/upload-artifactfrom 5 to 6 (#989)actions/download-artifactfrom 6 to 7 (#988)peter-evans/create-pull-requestfrom 7 to 8 (#990)opensearch-protobufsfrom 0.19.0 to 1.2.0 (#1000)v3.1.0Compare Source
Added
Updated APIs
Changed
DenseVectorfield type toKnnVector(925)Deprecated
Removed
Fixed
Security
Dependencies
aiohttpfrom >=3.9.4,<4 to >=3.10.11,<4 (#920)aiohttpfrom >=3.10.11 to >=3.12.14 (#966)pytest-asynciofrom <=0.25.1 to <=1.2.0 (#936, #950)lycheeverse/lychee-actionfrom 1.9.3 to 2.7.0 (#946, #980)actions/download-artifactfrom 4 to 6 (#957, #968)actions/cachefrom 3 to 4 (#958)peter-evans/create-pull-requestfrom 6 to 7 (#959)actions/setup-pythonfrom 5 to 6 (#961)dangoslen/dependabot-changelog-helperfrom 3 to 4 (#960)stefanzweifel/git-auto-commit-actionfrom 5 to 7 (#962)actions/checkoutfrom 4 to 5 (#967)VachaShah/backportfrom 1.1.4 to 2.2.0 (#969)actions/github-scriptfrom 7 to 8 (#973)actions/upload-artifactfrom 4 to 5 (#972)actions/setup-javafrom 4 to 5 (#974)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 was generated by Mend Renovate. View the repository job log.