Skip to content

[pull] main from renovatebot:main#949

Merged
pull[bot] merged 11 commits intoryrodriguez25:mainfrom
renovatebot:main
Mar 13, 2026
Merged

[pull] main from renovatebot:main#949
pull[bot] merged 11 commits intoryrodriguez25:mainfrom
renovatebot:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 13, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

renovate bot and others added 11 commits March 13, 2026 12:18
…in) (#41896)

chore(deps): update containerbase/internal-tools action to v4.2.4

| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | containerbase/internal-tools | v4.2.3 | v4.2.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…in) (#41902)

chore(deps): update containerbase/internal-tools action to v4.2.5

| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | containerbase/internal-tools | v4.2.4 | v4.2.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…in) (#41906)

chore(deps): update containerbase/internal-tools action to v4.3.0

| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | containerbase/internal-tools | v4.2.5 | v4.3.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(replacements): `rolldown-vite` to `vite`

* chore: reorder
* feat: add Home Assistant Manifest manager

* Fix review comments

* Set skipReason as unspecified-version when no version in pip dependency

* Fix tests with zod/v3

* Fix lint issue

* Set unspecified-version in HA manager instead of pip
…40481)

* feat(maven-wrapper): support checksum updates when updating versions

When updating Maven distribution or wrapper versions, Renovate now updates
the corresponding SHA-256 checksums (distributionSha256Sum, wrapperSha256Sum)
by downloading the new artifacts and computing their hashes.

- Add HTTP client to fetch artifacts and compute SHA-256 checksums
- Update checksums before running wrapper:wrapper command
- Delete old maven-wrapper.jar to prevent checksum validation failures
- Handle maven-only updates when distributionSha256Sum is present
- Preserve old checksums on network failures (PR still created)

Closes #33444

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Gasper Kojek <gkojek@gradle.com>

* fix(maven-wrapper): strip checksums before wrapper:wrapper to avoid validation failure

When wrapper:wrapper runs, mvnw downloads the new JAR and validates it
against checksums in the properties file. With old checksums still present,
this validation fails. Now checksums are stripped before running
wrapper:wrapper and recomputed afterward.

Signed-off-by: Gasper Kojek <gkojek@gradle.com>

* fix(maven-wrapper): preserve distributionType when running wrapper:wrapper

Use existing distributionType from properties file or default to 'script'
when running wrapper:wrapper. This ensures JAR-based mode is preserved
for repos using checksums.

Signed-off-by: Gasper Kojek <gkojek@gradle.com>

* fix(maven-wrapper): Fix after merge

* test(maven-wrapper): cover checksum branches

* fix(maven-wrapper): preserve checksums on failures

* test(maven-wrapper): cover missing content branch

* Merge branch 'main' into gk/mavenWrapperChecksums-old

* main: (215 commits)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.15 (main) (#40929)
  docs(terraform): clarify release timestamp and limitation (#40923)
  feat(gradle): allow specifying Gradle daemon heap size (#40090)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.14 (main) (#40911)
  docs(minimum-release-age): clarify lack of support for non-Docker Hub (#40910)
  build(deps): update dependency re2 to v1.23.2 (main) (#40906)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.13 (main) (#40899)
  fix(gitlab): skip automerge retry when merge_when_pipeline_succeeds already set (#39979)
  chore(renovate): enable maintenance branch (#40871)
  chore(deps): update dependency globals to v17.2.0 (main) (#40883)
  chore(deps): update dependency type-fest to v5.4.2 (main) (#40882)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.12 (main) (#40880)
  fix(workers): re-attempt platform automerge only in case of new commits (#40028)
  build(deps): update dependency protobufjs to v8 (main) (#40878)
  chore(deps): update github artifact actions (main) (major) (#40876)
  chore(deps): update peter-evans/create-pull-request action to v8 (main) (#40877)
  chore(deps): update dessant/lock-threads action to v6 (main) (#40874)
  chore(deps): update dessant/label-actions action to v5 (main) (#40873)
  chore(deps): update dependency vite-tsconfig-paths to v6 (main) (#40872)
  chore(deps): update dependency @containerbase/semantic-release-pnpm to v1.3.18 (main) (#40669)
  ...

# Conflicts:
#	lib/modules/manager/maven-wrapper/artifacts.spec.ts
#	lib/modules/manager/maven-wrapper/artifacts.ts

* refactor(maven-wrapper): address PR review comments

(cherry picked from commit 9084d35)

* fix: use named capture group in getChecksumValue

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Signed-off-by: Gasper Kojek <gkojek@gradle.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
…in) (#41907)

chore(deps): update containerbase/internal-tools action to v4.4.1

| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | containerbase/internal-tools | v4.3.0 | v4.4.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
As noted in #41780, in the case that a `newVersion` has the `v` prefix,
we use that version, which then results in `xcodebuild` failing to build
the project.

We should instead use `newValue`, which does not include the `v` prefix.

To make this clear in our tests, we can align the test data with the
expected input from our Datasources.

Because we need to use the `newVersion` for digest lookups, we need to
make sure that we still require it (or log when it's not found for some
reason).

Co-authored-by: Claude Sonnet 4.6 <jamie.tanna+claude-code@mend.io>
…2.0 (main) (#41909)

feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.22.0

| datasource | package                        | from     | to      |
| ---------- | ------------------------------ | -------- | ------- |
| docker     | ghcr.io/renovatebot/base-image | 13.21.10 | 13.22.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Mar 13, 2026
@pull pull bot added the ⤵️ pull label Mar 13, 2026
@pull pull bot merged commit 5906313 into ryrodriguez25:main Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants