Update CI images and actions #356

Merged
robbertbos merged 1 commit from renovate/ci into main 2026-09-19 12:41:51 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
astral-sh/uv patch 0.12.100.12.17
docker.io/nginxinc/nginx-unprivileged final digest 7d289d4736aa11
ghcr.io/astral-sh/uv container patch 0.12.10-python3.14-trixie-slim0.12.17-python3.14-trixie-slim
ghcr.io/astral-sh/uv stage patch 0.12.100.12.17
ghcr.io/renovatebot/renovate (source) container minor 44.65.144.103.1
https://github.com/RijksICTGilde/zad-actions action minor v4.1.0v4.2.0

Release Notes

astral-sh/uv (astral-sh/uv)

v0.12.17

Compare Source

Released on 2026-09-18.

Enhancements
  • Reject unsupported Git archive paths in lockfiles with a clear error instead of panicking during frozen exports (#​21780)
Preview features
  • Set minimum glibc and musl versions that universal resolutions must support with minimum-libc-version (#​21651)
  • Reject pylock.toml files whose wheel filenames do not match their declared package names or versions (#​20746)
  • Keep uv workspace metadata read-only unless --sync is provided (#​21821)
  • Apply uv check lock modes when retrieving workspace metadata (#​21821)
Performance
  • Speed up builds with many exclusion patterns by avoiding quadratic deduplication (#​21650)
  • Reduce resolver allocations when deduplicating package and distribution requests (#​21810)
Bug fixes
  • Prevent required-environments from selecting package versions whose wheels require a newer macOS version than the configured Darwin baseline (#​21825)
Documentation
  • Clarify the 0.12.14 and 0.12.15 release notes (#​21817)

v0.12.16

Compare Source

Released on 2026-09-17.

Python
  • Add Pyodide 314.0.7, 0.29.5, and 0.27.8 (#​21741)
Enhancements
  • Verify downloaded wheels and source distributions against hashes supplied by package indexes (#​21562)
  • Allow build-constraint-dependencies entries to include hashes for verifying downloaded build dependencies (#​21467)
  • Honor Darwin platform_release markers in required-environments using macOS wheel deployment targets (#​21766)
  • Reject unsupported Git URL schemes while parsing lockfiles instead of panicking during frozen exports (#​21779)
Preview features
  • Support lock-without-metadata across all dependency types while retaining package.metadata for remote URL dependencies to enable offline validation (#​21163)
  • Honor configured and command-line index settings, including credentials, in uv upgrade (#​21776)
  • Allow uv check to run in projects that are not managed by uv and outside workspaces (#​21777)
  • Respect --python and UV_PYTHON when selecting the Python version for uv check (#​21744)
Bug fixes
  • Redact Azure shared access signatures from displayed and logged URLs (#​21755)
  • Check archive sizes from pylock.toml before reusing cached distributions (#​21609)
  • Keep user-authored local dependency paths relative in lockfiles when backend metadata reports absolute paths (#​20631)
  • Use the bundled uv_build backend only when its version matches active version pins (#​21742)
  • Handle malformed index URLs without panicking when credentials are configured (#​21784)
  • Report a configuration error instead of panicking for proxy URLs without a host (#​21781)
  • Return a credential-redacted error instead of panicking when a URL cannot be converted to a path (#​21783)

v0.12.15

Compare Source

Released on 2026-09-15.

Performance
  • Speed up cold-cache resolution and HTTP cache revalidation by batching cache writes (#​21675)
Bug fixes
  • Fix regressions in 0.12.14 when installing to symlinked destinations or using uv pip install --target . (#​21699)

v0.12.14

Compare Source

Released on 2026-09-15.

Enhancements
  • Resume interrupted downloads with HTTP Range requests when supported (#​21570)
  • Use a consistent format for error rendering (#​17110)
  • Render error and warning causes with compact cause: labels (#​21599, #​21603)
  • Show underlying causes and hints in user warnings (#​21565)
  • Show resolver hints for failed uv tool upgrade operations (#​21566)
Preview features
  • Export multiple dependency selections from a shared lockfile in one uv export --batch invocation with the batch-export preview feature (#​21618)
Performance
  • Speed up dependency resolution from local wheelhouses by reading wheel metadata in a single blocking task (#​21619)
  • Speed up cold resolution against large package indexes by parsing Simple API responses in bounded background workers (#​21593)
  • Speed up warm-cache resolution by decoding fresh HTTP cache entries in the cache-read task (#​21621)
Bug fixes
  • Select releases that satisfy required-environments within each resolver fork instead of combining incompatible wheel coverage across forks (#​21672)
  • Install packages with paths longer than MAX_PATH on Windows systems without long-path support enabled (#​21625)
  • Prevent uv python install from overwriting valid unmanaged Python symlinks with relative targets on Unix (#​21639)
  • Redact credentials and signatures from missing-path-segment URL errors (#​21616)
  • Avoid exceeding the configured retry budget when cached HTTP responses fail revalidation (#​21640)
  • Prefer bin/python over bin/python3 when discovering interpreters in Unix environments (#​21559)
  • Classify package-operation exit codes by their underlying cause: return 1 for expected failures and 2 for recognized operational and internal failures (#​17110)
  • Suppress managed-Python fallback warnings under --quiet (#​21565)
  • Keep failed uv tool upgrade errors visible with -q while suppressing them with -qq (#​21566)

v0.12.13

Compare Source

Released on 2026-09-10.

Python
Enhancements
  • Verify hashes when downloading PEP 658 metadata sidecars (#​21563)
Preview features
  • Respect ty exclusions when uv check automatically selects members of a virtual workspace (#​21555)
Performance
  • Avoid full wheel downloads during resolution by reusing supported hashes from direct URL fragments when metadata is available separately (#​21279)
Bug fixes
  • Edit Windows entry-point launcher resources in memory to support Nano Server and reduce antivirus contention (#​18713)
  • Prefer core-metadata over legacy aliases in JSON index responses (#​21563)

v0.12.12

Compare Source

Released on 2026-09-09.

The executables in our macOS and Windows release archives and uv and uv_build wheels are now code-signed. macOS executables are signed with an Apple Developer ID certificate and notarized by Apple. Windows executables have timestamped Authenticode signatures from Azure Artifact Signing. This enables verification of the release publisher and binary integrity, supports publisher-based allowlisting, and should reduce security warnings and antivirus false positives.

Bug fixes
  • Exclude distributions uploaded after the exclude-newer cutoff from lockfiles and generated requirement hashes (#​21539)

v0.12.11

Compare Source

Released on 2026-09-08.

Preview features
  • Generate missing artifact hashes when exporting pylock.toml files to ensure they conform to PEP 751 (#​20146)
  • Warn when pylock.toml artifact hash tables are empty, which will be rejected in a future uv release (#​21462)
Performance
  • Speed up installs that overwrite existing files by eliminating per-file temporary directories for atomic hard-link, symlink, and reflink replacements (#​21478)
  • Speed up installs that merge copied wheels into existing environments by replacing per-file temporary directories with adjacent temporary files (#​21468)
  • Speed up local wheel installs by replacing the shared ZIP cursor lock with positioned reads (#​21500)
  • Speed up local wheel installs by reusing ZIP readers and buffers across extracted files (#​21499)
  • Avoid transitive dependency checks and unnecessary resolution when uv pip install --no-deps finds the requested packages already installed (#​21523)
Bug fixes
  • Verify source archives against hashes recorded in uv.lock before reading their metadata or running their build backends (#​21223)
  • Verify supplied hashes for registry requirements pinned with === under both --verify-hashes and --require-hashes (#​21543)
  • Apply hashes from public-version pins to matching local versions when no exact local-version hash is provided (#​21544)
  • Support PowerShell virtual environment activation from UNC paths, including WSL paths (#​19159)
  • Trim surrounding whitespace from entries in .python-version and .python-versions files (#​21529)
  • Suppress VIRTUAL_ENV mismatch warnings for uv add --no-sync, uv remove --no-sync, and uv add --frozen (#​21496)
  • Warn and continue when uv python list cannot query an interpreter (#​21498)
Documentation
  • Restore TOML syntax highlighting for exclude-newer examples (#​21534)
renovatebot/renovate (ghcr.io/renovatebot/renovate)

v44.103.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.99.4 (main) (#​46333) (9bed6dc)
Miscellaneous Chores

v44.103.0

Compare Source

Features
Bug Fixes

v44.102.0

Compare Source

Features

v44.101.3

Compare Source

Documentation
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.38.1 (main) (#​46327) (73913df)
Build System

v44.101.2

Compare Source

Build System

v44.101.1

Compare Source

Bug Fixes
  • host-rules: ignore URL credentials when matching matchHost (#​46128) (17466ce)
  • manager/swift: don't rewrite Package.resolved pins in unrelated packages (#​44317) (8a378fc)
  • manager: stop logging credential-bearing env and commands (#​46129) (606b0b3)
  • python: share PyPI index credential resolution (#​46127) (f0dd862)
Miscellaneous Chores
Code Refactoring
  • workers/lookup: resolve the current version from one release list (#​46143) (20015e4)
  • workers/lookup: share the release classification between getBucket and getUpdateType (#​46144) (d89d8e5)
  • workers/repository/lookup: share the update-type config resolution (#​46141) (f5db021)
  • workers/repository/lookup: split lookupUpdates into testable stages (#​46142) (bf848fa)
Tests
  • util/git: share one clone across the read-only tests (#​46287) (654431d)
  • workers/repository/lookup: enforce http mocks in the lookup spec (#​46140) (c303a28)

v44.101.0

Compare Source

Features
  • manager: share the .npmrc host-rule wrapper between bun, deno and npm (#​46131) (4220c0f)

v44.100.0

Compare Source

Features
  • manager/dockerfile: extract apt install packages from RUN instructions (#​46247) (6add79a)
Code Refactoring

v44.99.0

Compare Source

Features

v44.98.0

Compare Source

Features
  • manager/dockerfile: update APK packages pinned with a fuzzy constraint (#​45693) (426bf15)
Documentation
  • datasource/apk: add more in-depth information about using with a Wolfi Dockerfile (#​45702) (d5faaa8)

v44.97.6

Compare Source

Build System

v44.97.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.99.3 (main) (#​46314) (0d8fa41)
Miscellaneous Chores

v44.97.4

Compare Source

Build System

v44.97.3

Compare Source

Documentation
Miscellaneous Chores
Build System

v44.97.2

Compare Source

Build System

v44.97.1

Compare Source

Build System

v44.97.0

Compare Source

Features
Bug Fixes
  • datasource/docker: fetch all pages for Red Hat registries (#​46294) (f3a314f)

v44.96.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.99.1 (main) (#​46295) (be8ddad)
Miscellaneous Chores

v44.96.3

Compare Source

Bug Fixes
Miscellaneous Chores

v44.96.2

Compare Source

Miscellaneous Chores
Build System

v44.96.1

Compare Source

Build System

v44.96.0

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update codecov/codecov-action action to v7.1.1 (main) (#​46282) (8763fe4)
  • deps: update jlumbroso/free-disk-space action to v1.3.2 (main) (#​46283) (c5a2722)
Tests

v44.95.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.99.0 (main) (#​46281) (2732ccf)

v44.94.4

Compare Source

Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.16.0 (main) (#​46280) (28f514a)
Build System

v44.94.3

Compare Source

Miscellaneous Chores
Build System

v44.94.2

Compare Source

Build System

v44.94.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.10 (main) (#​46274) (c563ab2)
Documentation
  • mend-hosted: clarify Enterprises can change inheritConfig* (#​46261) (0f5e9af)
  • mend-hosted: move environment variables to their own page (#​46260) (98e4bb5)
Miscellaneous Chores
Tests
Build System

v44.94.0

Compare Source

Features
Bug Fixes
  • datasource/azure-bicep-resource: set cacheable explicitly (#​46115) (c61b3fe)
  • datasource/cpan: set cacheable explicitly (#​46123) (f2d750b)
  • datasource/elm-package: set cacheable explicitly (#​46120) (735c4e2)
  • datasource/java-version: set cacheable explicitly (#​46122) (3b61b15)
  • datasource/ruby-version: set cacheable explicitly (#​46121) (4a7c237)
  • datasource/typst: set cacheable explicitly (#​46126) (48006f8)
  • manager/github-actions: don't pin partial install-crystal versions (db9e8bc)
  • manager/github-actions: don't pin partial java-versions (967f480), closes #​46249
  • manager/github-actions: don't pin partial ruby-versions (e0a77f8)
  • manager/github-actions: don't pin partial setup-dart SDK versions (71aa945)
  • manager/github-actions: don't pin partial swift-versions (5a34d96)
  • manager/github-actions: don't pin partial golangci-lint versions (71f6741)
  • manager/github-actions: treat cmake-version as a range (231c3e6)
  • manager/github-actions: treat dotnet-version as a range (fe64933)
  • manager/github-actions: treat flutter-version as a range (88303b2)
  • manager/github-actions: treat setup-julia's version as a range (08d1182)
  • manager/github-actions: treat GitVersion's versionSpec as a range (e650960)
  • manager/github-actions: treat setup-beam's versions as ranges (9303449)
  • manager/github-actions: treat Terraform/OpenTofu versions as constraints (219c8f7)
  • workers/onboarding: treat forgejo like gitea for onboarding-branch rebase and config-hash detection (#​46200) (f6bbc9f)
Code Refactoring
Tests

v44.93.8

Compare Source

Bug Fixes
  • changelog: prefer precise tags over floating ones for compare links (#​46210) (5ddaf0a)
  • platform/gitea: prefer fast-forward-only merge style for fast-forward automerge (#​46203) (ab6b230)
Tests

v44.93.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.9 (main) (#​46245) (4d88ac4)

v44.93.6

Compare Source

Bug Fixes
  • manager/github-actions: don't try and upgrade non-versions of Gradle (#​46242) (4b5a64e)
Performance Improvements
  • workers/repository: don't log all matched files at DEBUG (#​46228) (54c7e5e)
Tests
  • manager: close more branch coverage gaps (#​45972) (4cb4da6)
  • manager: cover the pre-commit warning switch and drop unreachable fallbacks (#​46221) (312c380)
  • manager: mark remaining unreachable manager guards (#​46082) (9ac59d6)
  • manager: reach 100% branch coverage by closing the else-if chains (#​46222) (1ea8602)
Continuous Integration

v44.93.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.8 (main) (#​46237) (19087b6)
Documentation
  • manager/github-actions: count how many Actions we support (#​46233) (4a83bc3)
Code Refactoring

v44.93.4

Compare Source

Bug Fixes
  • datasource/go: cache the publication time of each version (#​45951) (aae889a)
Tests

v44.93.3

Compare Source

Build System

v44.93.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.7 (main) (#​46230) (bccca7a)
Miscellaneous Chores

v44.93.1

Compare Source

Miscellaneous Chores
Build System

v44.93.0

Compare Source

Features
  • manager/github-actions: support baptiste0928/cargo-install crate and version (cded589)
  • manager/github-actions: support conda-incubator/setup-miniconda version inputs (cbd9e92)
  • manager/github-actions: support crystal-lang/install-crystal version inputs (91354ec)
  • manager/github-actions: support cue-lang/setup-cue version (6df9554)
  • manager/github-actions: support graalvm/setup-graalvm version inputs (11ae208)
  • manager/github-actions: support jwlawson/actions-setup-cmake cmake-version (a4a0612)
  • manager/github-actions: support moonrepo/setup-rust channel (0124aeb)
  • manager/github-actions: support moonrepo/setup-toolchain version inputs (0b93f81)
  • manager/github-actions: support superfly/flyctl-actions/setup-flyctl version (8848a65)
  • manager/github-actions: support swift-actions/setup-swift swift-version (38aa4b4)
  • manager/github-actions: support WillAbides/setup-go-faster go-version (efae679)

v44.92.0

Compare Source

Features
  • manager/github-actions: support abatilo/actions-poetry poetry-version (5f013cb)
  • manager/github-actions: support actions-rust-lang/setup-rust-toolchain toolchain (99fa381)
  • manager/github-actions: support aquaproj/aqua-installer's aqua_version (d59c05a)
  • manager/github-actions: support astral-sh/ruff-action version (3b252fe)
  • manager/github-actions: support azure/setup-kubectl's version (f9e1b04)
  • manager/github-actions: support biomejs/setup-biome version (e51ada8)
  • manager/github-actions: support bufbuild/buf-setup-action version (e0cfb08)
  • manager/github-actions: support cargo-bins/cargo-binstall version (f7d51a0)
  • manager/github-actions: support cloudflare/wrangler-action wranglerVersion (8b01f71)
  • manager/github-actions: support cue-lang/setup-cue version (bd6e856)
  • manager/github-actions: support cycjimmy/semantic-release-action semantic_version (4431457)
  • manager/github-actions: support dagger/dagger-for-github version (d1add64)
  • manager/github-actions: support dart-lang/setup-dart sdk (9cb1958)
  • manager/github-actions: support erlef/setup-beam's version inputs (159bbb2)
  • manager/github-actions: support foundry-rs/foundry-toolchain version (1859552)
  • manager/github-actions: support GitTools/actions/gitversion/setup's versionSpec (4bca80b)
  • manager/github-actions: support goreleaser/goreleaser-action version (72f3c6f)
  • manager/github-actions: support hashicorp/setup-packer version (5e616de)
  • manager/github-actions: support helm/chart-releaser-action's version (4a3bcb0)
  • manager/github-actions: support helm/kind-action's version inputs (76a36a0)
  • manager/github-actions: support j178/prek-action prek-version (323dfea)
  • manager/github-actions: support jfrog/setup-jfrog-cli's version (16f93fb)
  • manager/github-actions: support julia-actions/setup-julia version (75a5244)
  • manager/github-actions: support mozilla-actions/sccache-action version (6934310)
  • manager/github-actions: support opentofu/setup-opentofu tofu_version (77b102c)
  • manager/github-actions: support peaceiris/actions-hugo's hugo-version (0346f4c)
  • manager/github-actions: support pulumi/actions pulumi-version (6f6dc0d)
  • manager/github-actions: support PyO3/maturin-action maturin-version (d830694)
  • manager/github-actions: support raven-actions/actionlint version (0cea460)
  • manager/github-actions: support reviewdog/action-setup reviewdog_version (59dea97)
  • manager/github-actions: support snok/install-poetry's version (19c96a5)
  • manager/github-actions: support stCarolas/setup-maven maven-version (295b596)
  • manager/github-actions: support subosito/flutter-action's flutter-version (5db81be)
  • manager/github-actions: support supabase/setup-cli version (677dbb4)
Bug Fixes
  • datasource/cdnjs: set cacheable explicitly (#​46114) (3440210)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.6 (main) (#​46211) (5149393)
Miscellaneous Chores

v44.91.0

Compare Source

Features
  • manager/github-actions: support extractions/setup-just's just-version (#​46033) (6c7e9fa)
  • manager/github-actions: support gradle/actions/setup-gradle's gradle-version (#​46032) (3de36a8)
  • manager/github-actions: support hashicorp/setup-terraform's terraform_version (#​46031) (608b47e)
  • manager/github-actions: support terraform-linters/setup-tflint's tflint_version (#​46034) (d27e967)
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.5 (main) (#​46204) (b80931b)
Code Refactoring
Tests
Continuous Integration

v44.90.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.3 (main) (#​46198) (b536021)
Miscellaneous Chores

v44.90.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.2 (main) (#​46170) (271ec2a)

v44.90.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.1 (main) (#​46137) (73bf8d0)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.15.2 (main) (#​46136) (1b8054f)

v44.90.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.98.0 (main) (#​46125) (fb7f1f4)
Bug Fixes
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.15.1 (main) (#​46124) (0e4ccb2)

v44.89.1

Compare Source

Bug Fixes

v44.89.0

Compare Source

Features

v44.88.0

Compare Source

Features
  • manager/github-actions: support aws-actions/amazon-ecs-render-task-definition's image (#​45940) (3e099dd), closes #​43038
Performance Improvements
Documentation
  • manager/github-actions: clarify the "default" (#​45957) (7295d6d)
  • self-hosted-configuration: correct reference to cacheTtlOverride namespaces (#​45960) (fb77d30)
Miscellaneous Chores

v44.87.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.13 (main) (#​45953) (69d6f9d)

v44.87.0

Compare Source

Features
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.9 (main) (#​45945) (2e80293)
Code Refactoring
  • workers/lookup: drop stale istanbul ignores in generateUpdate (#​45929) (ec4ba7b)
Tests

v44.86.0

Compare Source

Features

v44.85.1

Compare Source

Bug Fixes
Code Refactoring

v44.85.0

Compare Source

Features

v44.84.0

Compare Source

Features
  • manager/github-actions: support actions/setup-dotnet's dotnet-version (#​45877) (e6c6f29)
  • manager/github-actions: support actions/setup-java's java-version (#​45878) (58cd82c)
Documentation
  • manager/github-actions: generate one combined first-party and community table (#​45875) (343fed8)
Code Refactoring

v44.83.3

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

v44.83.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.12 (main) (#​45923) (9dfdac3)
Documentation
  • update references to otel/opentelemetry-collector-contrib to v0.160.0 (main) (#​45924) (dca8aca)
  • update references to renovate/renovate (main) (#​45925) (4a9d77d)
Build System
  • deps: update dependency node-html-parser to v9.0.4 (main) (#​45922) (b3acc1e)

v44.83.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.11 (main) (#​45920) (be7b0a6)
Documentation
Miscellaneous Chores

v44.83.0

Compare Source

Features

v44.82.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.10 (main) (#​45913) (28019a4)

v44.82.4

Compare Source

Bug Fixes
  • dashboard: keep abandoned note outside the <details> block (#​45902) (65f8036)
Documentation

v44.82.3

Compare Source

Bug Fixes

v44.82.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.9 (main) (#​45899) (4bbe614)
Miscellaneous Chores

v44.82.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.8 (main) (#​45898) (2352b67)

v44.82.0

Compare Source

Features
  • manager/github-actions: support renovatebot/github-action renovate-image (#​45873) (6580ef4)
  • manager/github-actions: support renovatebot/github-action's renovate-version (#​45872) (e4307d5)
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.7 (main) (#​45882) (282a0f3)

v44.81.0

Compare Source

Features
Miscellaneous Chores
Tests

v44.80.0

Compare Source

Features
  • datasource/gitlab-releases: replace getJsonUnchecked with validated getJson (#​44145) (da4cbf6)
  • datasource/gitlab-tags: replace getJsonUnchecked with validated getJson (#​44144) (e5ef25b)
Miscellaneous Chores

v44.79.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.6 (main) (#​45866) (0e552f9)

v44.79.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.5 (main) (#​45865) (0b88a0e)

v44.79.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.4 (main) (#​45864) (cd6d5a8)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.7 (main) (#​45863) (5d7da8f)

v44.79.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.3 (main) (#​45862) (7facc6e)
Miscellaneous Chores
  • deps: update astral-sh/setup-uv action to v10.1.0 (main) (#​45858) (a13d962)
  • deps: update dependency astral-sh/uv to v0.12.13 (main) (#​45859) (692322e)
  • deps: update dependency uv to v0.12.13 (main) (#​45860) (15a137c)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.5 (main) (#​45857) (26510c5)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.6 (main) (#​45861) (0fd32ad)

v44.79.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.1 (main) (#​45854) (f4ceee4)
Miscellaneous Chores
  • lint: add oxlint rule to block dev-dependency imports in production code (#​45851) (134dc6c)

v44.79.1

Compare Source

Bug Fixes

v44.79.0

Compare Source

Features
  • config: add inheritConfigTrusted to trust inherited-config hostRules (238e15a)
  • host-rules: add allowInternal (09d2da2)
Bug Fixes
  • config: surface blocked hosts more clearly when resolving config (acb46bc)
  • util/host-rules: resolve enabled per trust tier (7d3fe44)
  • util/http: allow blocking requests to internal hosts (29a7b9c)
  • workers/repository/init: surface inherited-config validation errors (270a3b7)
Code Refactoring
  • host-rules: add an inherited trust tier (7386ea4)
  • util/http: add host guard address classifier (0db7cdd)
  • util/http: share options preparation between request and stream (2361d04)
Tests
  • config/presets/github: cover that preset strings don't include a host (d4614ac)
  • docs: support self-hosted-only sub-options in documentation checks (e58e46d)

v44.78.0

Compare Source

Features
  • manager/github-actions: extract expo GitHub actions' eas-version (#​45846) (6d67f70)
Bug Fixes
  • changelog: log external host errors below the error level (#​45798) (5ec380f)
  • manager/npm: keep workspace entries when massaging lockstep siblings (#​45786) (76d55bf)
Code Refactoring

v44.77.0

Compare Source

Features

v44.76.0

Compare Source

Features
Miscellaneous Chores
Tests
Continuous Integration

v44.75.2

Compare Source

Build System
Continuous Integration

v44.75.1

Compare Source

Build System
  • deps: update dependency node-html-parser to v9.0.3 (main) (#​45829) (e11b40f)

v44.75.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.97.0 (main) (#​45828) (47de98f)

v44.74.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.96.2 (main) (#​45827) (1e3547b)
Miscellaneous Chores

v44.74.0

Compare Source

Features
Miscellaneous Chores

v44.73.0

Compare Source

Features
  • automerge: attempt branch automerge before falling back to a PR on merge queue rejection (#​45724) (4573aa6)
  • github: add support for using merge queues without auto merge (#​45721) (7b25e97), closes #​45252
  • gitlab: merge MRs through merge trains via the platform merge queue API (#​45722) (5f91549)
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.38.0 (main) (#​45816) (40aedc3)

v44.72.0

Compare Source

Features
  • manager: share OCI Helm chart resolution across managers (#​45760) (be13c9f)
Bug Fixes
Code Refactoring
Build System

v44.71.3

Compare Source

Miscellaneous Chores
Code Refactoring
Build System

v44.71.2

Compare Source

Miscellaneous Chores
  • deps: update dependency astral-sh/setup-uv to v10 (main) (#​45808) (42cf188)
Build System

v44.71.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.96.1 (main) (#​45803) (c55a988)

v44.71.0

Compare Source

Features
Bug Fixes
  • http: improve warning message for ignored cross origin requests (#​45802) (1d34441)
Miscellaneous Chores
Build System

v44.70.2

Compare Source

Build System

v44.70.1

Compare Source

Build System
  • deps: update dependency azure-devops-node-api to v17 (main) (#​45790) (6501ecb)

v44.70.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.96.0 (main) (#​45783) (ab056dc)
Miscellaneous Chores

v44.69.14

Compare Source

Build System

v44.69.13

Compare Source

Build System

v44.69.12

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.14 (main) (#​45780) (d4387f2)
Miscellaneous Chores

v44.69.11

Compare Source

Bug Fixes
  • versioning/apk: correctly implement APK's version constraint operators (#​45692) (629740f)
Documentation
  • update GitLab security docs + announce Mend-hosted GitLab.com (#​45420) (f3a5286)
Miscellaneous Chores

v44.69.10

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.13 (main) (#​45771) (0204468)

v44.69.9

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.12 (main) (#​45770) (f709c68)
Documentation

v44.69.8

Compare Source

Bug Fixes

v44.69.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.11 (main) (#​45763) (b0d1e5e)

v44.69.6

Compare Source

Build System

v44.69.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.10 (main) (#​45757) (6111d05)
Build System

v44.69.4

Compare Source

Bug Fixes
  • manager/npm: pass --no-frozen-lockfile to pnpm lock file updates (#​44676) (6f0b6a5)

v44.69.3

Compare Source

Build System

v44.69.2

Compare Source

Bug Fixes

v44.69.1

Compare Source

Tests
Build System

v44.69.0

Compare Source

Features
  • datasource/helm: support aws s3 as helm charts repository (#​45584) (c6578a4)

v44.68.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.9 (main) (#​45753) (5538ed1)

v44.68.2

Compare Source

Bug Fixes
  • datasource/aws-machine-image: return all AMI releases for minimumReleaseAge filtering (#​43749) (325dc64)

v44.68.1

Compare Source

Bug Fixes
  • datasource: isolate release lookups by registry configuration (#​45738) (3e15fc2)

v44.68.0

Compare Source

Features
  • datasource/apk: default to apk versioning rather than loose (#​45694) (b1cce8a)
Bug Fixes
  • deno: only collect workspace members when workspaces are declared (#​45394) (8a926e8)
  • manager/dockerfile: don't relabel the syntax dep as final (#​45690) (569dff1)

v44.67.2

Compare Source

Bug Fixes

v44.67.1

Compare Source

Build System

v44.67.0

Compare Source

Features
Documentation
Miscellaneous Chores

v44.66.1

Compare Source

Miscellaneous Chores
Build System

v44.66.0

Compare Source

Features
Build System

v44.65.5

Compare Source

Build System

v44.65.4

Compare Source

Build System

v44.65.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.8 (main) (#​45726) (295d2e3)
Miscellaneous Chores

v44.65.2

Compare Source

Build System
RijksICTGilde/zad-actions (https://github.com/RijksICTGilde/zad-actions)

v4.2.0

Compare Source

Upgrading

Two outputs change meaning in this release. Nothing is renamed or removed, so nothing fails to parse, but a workflow that branches on either one will take a different path than it did on 4.1.x — and because the v4 tag moves to this release, that happens without any change on your side.

  • zad-deleted is false for a deployment that was already gone, where 4.1.x reported true. Earlier versions of this README suggested if: steps.cleanup.outputs.zad-deleted != 'true' to flag an incomplete cleanup; that condition now also fires for the already-gone case, where there is nothing to clean up by hand. Branch on failure() instead — the action already fails the step on a real delete error.
  • deploy's url output is the first declared component that has a public address, rather than the first declared component. On 4.1.x a first component without an ingress produced the literal string null; the step now picks the next component that does have an address, and fails outright when no component has one. A deploy of components that are all ingress-less used to pass with url=null and now stops.
Changed
  • Bump zad-cli from v0.8.0 to v0.12.0. Verified against the v0.12.0 binary itself: deployment create still takes --component, --image, --file, --clone-from, --force-clone, --domain-format, --subdomain, --base-domain and --yes; deployment delete still takes --yes and --ignore-not-found and still answers an absent deployment with {"deleted": false, "reason": "not_found"} as a single JSON document; and Diagnosis still carries the fault, headline, summary, next_steps and status_code fields report_zad_error reads
  • cleanup and scheduled-cleanup: zad-deleted now reports false for a deployment that was already gone. The API answers a delete for an absent deployment by completing the task with deleted: false rather than with a 404; v0.8.0 read that as a successful deletion and set zad-deleted=true. Workflows that branch on zad-deleted == 'true' will see the corrected value
  • deploy: multi-component deploys pass the component list as a manifest on stdin (--file -) instead of --components. This is required, not cosmetic — zad-cli removed --components in v0.10.0
  • deploy: component URLs come from zad deployment url instead of being dug out of .urls.<deployment>.urls.<component> in the deploy's raw task result, a nesting the CLI never promised
  • deploy: the url output is the first declared component that has a public address, rather than simply the first component. A component without an ingress has no address, and publishing null would send the next step to somewhere that never existed
Internal
  • install_zad_cli prefers the release binary for the platform (one verified download) and falls back to the source install when there is no asset or the download fails. Linux arm64 is included, which zad-cli started publishing in v0.11.0
  • install_zad_cli exports ~/.local/bin directly when the binary branch ran, instead of asking uv tool bin: on a self-hosted runner UV_TOOL_BIN_DIR or XDG_BIN_HOME can point that elsewhere, leaving the binary off PATH
  • Checksum verification works on macOS too: it uses shasum -a 256 where sha256sum is absent, and passes --ignore-missing in both cases because SHA256SUMS covers every platform's asset while only one is downloaded

What's Changed

Full Changelog: https://github.com/RijksICTGilde/zad-actions/compare/v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/RijksICTGilde/zad-actions/compare/v4.1.0...v4.1.1


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "before 6am on sunday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://github.com/astral-sh/uv) | | patch | `0.12.10` → `0.12.17` | | [docker.io/nginxinc/nginx-unprivileged](https://github.com/nginx/docker-nginx-unprivileged) | final | digest | `7d289d4` → `736aa11` | | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | container | patch | `0.12.10-python3.14-trixie-slim` → `0.12.17-python3.14-trixie-slim` | | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | stage | patch | `0.12.10` → `0.12.17` | | [ghcr.io/renovatebot/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | minor | [`44.65.1` → `44.103.1`](https://octochangelog.com/compare?repo=renovatebot%2Frenovate&from=44.65.1&to=44.103.1) | | [https://github.com/RijksICTGilde/zad-actions](https://github.com/RijksICTGilde/zad-actions) | action | minor | `v4.1.0` → `v4.2.0` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.12.17`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01217) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.16...0.12.17) Released on 2026-09-18. ##### Enhancements - Reject unsupported Git archive paths in lockfiles with a clear error instead of panicking during frozen exports ([#&#8203;21780](https://github.com/astral-sh/uv/pull/21780)) ##### Preview features - Set minimum glibc and musl versions that universal resolutions must support with `minimum-libc-version` ([#&#8203;21651](https://github.com/astral-sh/uv/pull/21651)) - Reject `pylock.toml` files whose wheel filenames do not match their declared package names or versions ([#&#8203;20746](https://github.com/astral-sh/uv/pull/20746)) - Keep `uv workspace metadata` read-only unless `--sync` is provided ([#&#8203;21821](https://github.com/astral-sh/uv/pull/21821)) - Apply `uv check` lock modes when retrieving workspace metadata ([#&#8203;21821](https://github.com/astral-sh/uv/pull/21821)) ##### Performance - Speed up builds with many exclusion patterns by avoiding quadratic deduplication ([#&#8203;21650](https://github.com/astral-sh/uv/pull/21650)) - Reduce resolver allocations when deduplicating package and distribution requests ([#&#8203;21810](https://github.com/astral-sh/uv/pull/21810)) ##### Bug fixes - Prevent `required-environments` from selecting package versions whose wheels require a newer macOS version than the configured Darwin baseline ([#&#8203;21825](https://github.com/astral-sh/uv/pull/21825)) ##### Documentation - Clarify the 0.12.14 and 0.12.15 release notes ([#&#8203;21817](https://github.com/astral-sh/uv/pull/21817)) ### [`v0.12.16`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01216) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.15...0.12.16) Released on 2026-09-17. ##### Python - Add Pyodide 314.0.7, 0.29.5, and 0.27.8 ([#&#8203;21741](https://github.com/astral-sh/uv/pull/21741)) ##### Enhancements - Verify downloaded wheels and source distributions against hashes supplied by package indexes ([#&#8203;21562](https://github.com/astral-sh/uv/pull/21562)) - Allow `build-constraint-dependencies` entries to include hashes for verifying downloaded build dependencies ([#&#8203;21467](https://github.com/astral-sh/uv/pull/21467)) - Honor Darwin `platform_release` markers in `required-environments` using macOS wheel deployment targets ([#&#8203;21766](https://github.com/astral-sh/uv/pull/21766)) - Reject unsupported Git URL schemes while parsing lockfiles instead of panicking during frozen exports ([#&#8203;21779](https://github.com/astral-sh/uv/pull/21779)) ##### Preview features - Support `lock-without-metadata` across all dependency types while retaining `package.metadata` for remote URL dependencies to enable offline validation ([#&#8203;21163](https://github.com/astral-sh/uv/pull/21163)) - Honor configured and command-line index settings, including credentials, in `uv upgrade` ([#&#8203;21776](https://github.com/astral-sh/uv/pull/21776)) - Allow `uv check` to run in projects that are not managed by uv and outside workspaces ([#&#8203;21777](https://github.com/astral-sh/uv/pull/21777)) - Respect `--python` and `UV_PYTHON` when selecting the Python version for `uv check` ([#&#8203;21744](https://github.com/astral-sh/uv/pull/21744)) ##### Bug fixes - Redact Azure shared access signatures from displayed and logged URLs ([#&#8203;21755](https://github.com/astral-sh/uv/pull/21755)) - Check archive sizes from `pylock.toml` before reusing cached distributions ([#&#8203;21609](https://github.com/astral-sh/uv/pull/21609)) - Keep user-authored local dependency paths relative in lockfiles when backend metadata reports absolute paths ([#&#8203;20631](https://github.com/astral-sh/uv/pull/20631)) - Use the bundled `uv_build` backend only when its version matches active version pins ([#&#8203;21742](https://github.com/astral-sh/uv/pull/21742)) - Handle malformed index URLs without panicking when credentials are configured ([#&#8203;21784](https://github.com/astral-sh/uv/pull/21784)) - Report a configuration error instead of panicking for proxy URLs without a host ([#&#8203;21781](https://github.com/astral-sh/uv/pull/21781)) - Return a credential-redacted error instead of panicking when a URL cannot be converted to a path ([#&#8203;21783](https://github.com/astral-sh/uv/pull/21783)) ### [`v0.12.15`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01215) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.14...0.12.15) Released on 2026-09-15. ##### Performance - Speed up cold-cache resolution and HTTP cache revalidation by batching cache writes ([#&#8203;21675](https://github.com/astral-sh/uv/pull/21675)) ##### Bug fixes - Fix regressions in `0.12.14` when installing to symlinked destinations or using `uv pip install --target .` ([#&#8203;21699](https://github.com/astral-sh/uv/pull/21699)) ### [`v0.12.14`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01214) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.13...0.12.14) Released on 2026-09-15. ##### Enhancements - Resume interrupted downloads with HTTP Range requests when supported ([#&#8203;21570](https://github.com/astral-sh/uv/pull/21570)) - Use a consistent format for error rendering ([#&#8203;17110](https://github.com/astral-sh/uv/pull/17110)) - Render error and warning causes with compact `cause:` labels ([#&#8203;21599](https://github.com/astral-sh/uv/pull/21599), [#&#8203;21603](https://github.com/astral-sh/uv/pull/21603)) - Show underlying causes and hints in user warnings ([#&#8203;21565](https://github.com/astral-sh/uv/pull/21565)) - Show resolver hints for failed `uv tool upgrade` operations ([#&#8203;21566](https://github.com/astral-sh/uv/pull/21566)) ##### Preview features - Export multiple dependency selections from a shared lockfile in one `uv export --batch` invocation with the `batch-export` preview feature ([#&#8203;21618](https://github.com/astral-sh/uv/pull/21618)) ##### Performance - Speed up dependency resolution from local wheelhouses by reading wheel metadata in a single blocking task ([#&#8203;21619](https://github.com/astral-sh/uv/pull/21619)) - Speed up cold resolution against large package indexes by parsing Simple API responses in bounded background workers ([#&#8203;21593](https://github.com/astral-sh/uv/pull/21593)) - Speed up warm-cache resolution by decoding fresh HTTP cache entries in the cache-read task ([#&#8203;21621](https://github.com/astral-sh/uv/pull/21621)) ##### Bug fixes - Select releases that satisfy `required-environments` within each resolver fork instead of combining incompatible wheel coverage across forks ([#&#8203;21672](https://github.com/astral-sh/uv/pull/21672)) - Install packages with paths longer than `MAX_PATH` on Windows systems without long-path support enabled ([#&#8203;21625](https://github.com/astral-sh/uv/pull/21625)) - Prevent `uv python install` from overwriting valid unmanaged Python symlinks with relative targets on Unix ([#&#8203;21639](https://github.com/astral-sh/uv/pull/21639)) - Redact credentials and signatures from missing-path-segment URL errors ([#&#8203;21616](https://github.com/astral-sh/uv/pull/21616)) - Avoid exceeding the configured retry budget when cached HTTP responses fail revalidation ([#&#8203;21640](https://github.com/astral-sh/uv/pull/21640)) - Prefer `bin/python` over `bin/python3` when discovering interpreters in Unix environments ([#&#8203;21559](https://github.com/astral-sh/uv/pull/21559)) - Classify package-operation exit codes by their underlying cause: return `1` for expected failures and `2` for recognized operational and internal failures ([#&#8203;17110](https://github.com/astral-sh/uv/pull/17110)) - Suppress managed-Python fallback warnings under `--quiet` ([#&#8203;21565](https://github.com/astral-sh/uv/pull/21565)) - Keep failed `uv tool upgrade` errors visible with `-q` while suppressing them with `-qq` ([#&#8203;21566](https://github.com/astral-sh/uv/pull/21566)) ### [`v0.12.13`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01213) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.12...0.12.13) Released on 2026-09-10. ##### Python - Add GraalPy 3.13.0 ([#&#8203;21431](https://github.com/astral-sh/uv/pull/21431)) ##### Enhancements - Verify hashes when downloading PEP 658 metadata sidecars ([#&#8203;21563](https://github.com/astral-sh/uv/pull/21563)) ##### Preview features - Respect `ty` exclusions when `uv check` automatically selects members of a virtual workspace ([#&#8203;21555](https://github.com/astral-sh/uv/pull/21555)) ##### Performance - Avoid full wheel downloads during resolution by reusing supported hashes from direct URL fragments when metadata is available separately ([#&#8203;21279](https://github.com/astral-sh/uv/pull/21279)) ##### Bug fixes - Edit Windows entry-point launcher resources in memory to support Nano Server and reduce antivirus contention ([#&#8203;18713](https://github.com/astral-sh/uv/pull/18713)) - Prefer `core-metadata` over legacy aliases in JSON index responses ([#&#8203;21563](https://github.com/astral-sh/uv/pull/21563)) ### [`v0.12.12`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01212) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.11...0.12.12) Released on 2026-09-09. The executables in our macOS and Windows release archives and `uv` and `uv_build` wheels are now code-signed. macOS executables are signed with an Apple Developer ID certificate and notarized by Apple. Windows executables have timestamped Authenticode signatures from Azure Artifact Signing. This enables verification of the release publisher and binary integrity, supports publisher-based allowlisting, and should reduce security warnings and antivirus false positives. ##### Bug fixes - Exclude distributions uploaded after the `exclude-newer` cutoff from lockfiles and generated requirement hashes ([#&#8203;21539](https://github.com/astral-sh/uv/pull/21539)) ### [`v0.12.11`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01211) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.10...0.12.11) Released on 2026-09-08. ##### Preview features - Generate missing artifact hashes when exporting `pylock.toml` files to ensure they conform to PEP 751 ([#&#8203;20146](https://github.com/astral-sh/uv/pull/20146)) - Warn when `pylock.toml` artifact hash tables are empty, which will be rejected in a future uv release ([#&#8203;21462](https://github.com/astral-sh/uv/pull/21462)) ##### Performance - Speed up installs that overwrite existing files by eliminating per-file temporary directories for atomic hard-link, symlink, and reflink replacements ([#&#8203;21478](https://github.com/astral-sh/uv/pull/21478)) - Speed up installs that merge copied wheels into existing environments by replacing per-file temporary directories with adjacent temporary files ([#&#8203;21468](https://github.com/astral-sh/uv/pull/21468)) - Speed up local wheel installs by replacing the shared ZIP cursor lock with positioned reads ([#&#8203;21500](https://github.com/astral-sh/uv/pull/21500)) - Speed up local wheel installs by reusing ZIP readers and buffers across extracted files ([#&#8203;21499](https://github.com/astral-sh/uv/pull/21499)) - Avoid transitive dependency checks and unnecessary resolution when `uv pip install --no-deps` finds the requested packages already installed ([#&#8203;21523](https://github.com/astral-sh/uv/pull/21523)) ##### Bug fixes - Verify source archives against hashes recorded in `uv.lock` before reading their metadata or running their build backends ([#&#8203;21223](https://github.com/astral-sh/uv/pull/21223)) - Verify supplied hashes for registry requirements pinned with `===` under both `--verify-hashes` and `--require-hashes` ([#&#8203;21543](https://github.com/astral-sh/uv/pull/21543)) - Apply hashes from public-version pins to matching local versions when no exact local-version hash is provided ([#&#8203;21544](https://github.com/astral-sh/uv/pull/21544)) - Support PowerShell virtual environment activation from UNC paths, including WSL paths ([#&#8203;19159](https://github.com/astral-sh/uv/pull/19159)) - Trim surrounding whitespace from entries in `.python-version` and `.python-versions` files ([#&#8203;21529](https://github.com/astral-sh/uv/pull/21529)) - Suppress `VIRTUAL_ENV` mismatch warnings for `uv add --no-sync`, `uv remove --no-sync`, and `uv add --frozen` ([#&#8203;21496](https://github.com/astral-sh/uv/pull/21496)) - Warn and continue when `uv python list` cannot query an interpreter ([#&#8203;21498](https://github.com/astral-sh/uv/pull/21498)) ##### Documentation - Restore TOML syntax highlighting for `exclude-newer` examples ([#&#8203;21534](https://github.com/astral-sh/uv/pull/21534)) </details> <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v44.103.1`](https://github.com/renovatebot/renovate/releases/tag/44.103.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.103.0...44.103.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.99.4 (main) ([#&#8203;46333](https://github.com/renovatebot/renovate/issues/46333)) ([9bed6dc](https://github.com/renovatebot/renovate/commit/9bed6dcca5dcc15d3bdcf55059c43cdf26992e46)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.17 (main) ([#&#8203;46331](https://github.com/renovatebot/renovate/issues/46331)) ([6e10310](https://github.com/renovatebot/renovate/commit/6e103100c70b7e2bfbd802aaaf81621fad24f07c)) - **deps:** update dependency uv to v0.12.17 (main) ([#&#8203;46332](https://github.com/renovatebot/renovate/issues/46332)) ([d0cabbe](https://github.com/renovatebot/renovate/commit/d0cabbedc6fe6adeb87339e8c2cc2bb214f62a41)) ### [`v44.103.0`](https://github.com/renovatebot/renovate/releases/tag/44.103.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.102.0...44.103.0) ##### Features - **workers/repository:** allow users to bypass `registryUrl` when `unknown-registry` ([#&#8203;46323](https://github.com/renovatebot/renovate/issues/46323)) ([8dc0664](https://github.com/renovatebot/renovate/commit/8dc06640a73791722c07002a5010a97126806456)), closes [#&#8203;45706](https://github.com/renovatebot/renovate/issues/45706) ##### Bug Fixes - **manager/dockerfile:** don't attempt to update `apk`/`apt` for unknown image families ([#&#8203;46325](https://github.com/renovatebot/renovate/issues/46325)) ([0253f4b](https://github.com/renovatebot/renovate/commit/0253f4b23ec729c07571b8b353ad2e0d10ccd331)), closes [#&#8203;45706](https://github.com/renovatebot/renovate/issues/45706) ### [`v44.102.0`](https://github.com/renovatebot/renovate/releases/tag/44.102.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.101.3...44.102.0) ##### Features - **replacements:** add [@&#8203;temporalio/interceptors-opentelemetry-v2](https://github.com/temporalio/interceptors-opentelemetry-v2) ([#&#8203;45371](https://github.com/renovatebot/renovate/issues/45371)) ([403dfeb](https://github.com/renovatebot/renovate/commit/403dfebb48eaf438abb4145e8f31f9bd39597827)) ### [`v44.101.3`](https://github.com/renovatebot/renovate/releases/tag/44.101.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.101.2...44.101.3) ##### Documentation - **self-hosted-configuration:** autogenerate `inheritConfig` options ([#&#8203;46320](https://github.com/renovatebot/renovate/issues/46320)) ([4d2b992](https://github.com/renovatebot/renovate/commit/4d2b992f16ae097b1559c65074721f0fc53e9975)), closes [#&#8203;45839](https://github.com/renovatebot/renovate/issues/45839) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v4.38.1 (main) ([#&#8203;46327](https://github.com/renovatebot/renovate/issues/46327)) ([73913df](https://github.com/renovatebot/renovate/commit/73913df05e2a156b0ceff8828eeb927a98c28115)) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/osv-offline](https://github.com/renovatebot/osv-offline) to v3.0.11 (main) ([#&#8203;46321](https://github.com/renovatebot/renovate/issues/46321)) ([06c6280](https://github.com/renovatebot/renovate/commit/06c628091850f0d100a688a44bba2d581dd3124a)) ### [`v44.101.2`](https://github.com/renovatebot/renovate/releases/tag/44.101.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.101.1...44.101.2) ##### Build System - **deps:** update dependency adm-zip to v0.6.1 (main) ([#&#8203;46318](https://github.com/renovatebot/renovate/issues/46318)) ([c7a2d36](https://github.com/renovatebot/renovate/commit/c7a2d36ddedec661d80bc77ff0b854d540bf1377)) ### [`v44.101.1`](https://github.com/renovatebot/renovate/releases/tag/44.101.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.101.0...44.101.1) ##### Bug Fixes - **host-rules:** ignore URL credentials when matching matchHost ([#&#8203;46128](https://github.com/renovatebot/renovate/issues/46128)) ([17466ce](https://github.com/renovatebot/renovate/commit/17466ceb32daa7bd9f9cda9daf7078b40bb7c4ea)) - **manager/swift:** don't rewrite Package.resolved pins in unrelated packages ([#&#8203;44317](https://github.com/renovatebot/renovate/issues/44317)) ([8a378fc](https://github.com/renovatebot/renovate/commit/8a378fc5b425e71e13c724d1b49a36ab7d1b24fc)) - **manager:** stop logging credential-bearing env and commands ([#&#8203;46129](https://github.com/renovatebot/renovate/issues/46129)) ([606b0b3](https://github.com/renovatebot/renovate/commit/606b0b360a912bc956e6eb54972cecf7f6b26f9b)) - **python:** share PyPI index credential resolution ([#&#8203;46127](https://github.com/renovatebot/renovate/issues/46127)) ([f0dd862](https://github.com/renovatebot/renovate/commit/f0dd862bd5bcd1a52087fd9f1ccbd9397a7cd716)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.75.0 (main) ([#&#8203;46317](https://github.com/renovatebot/renovate/issues/46317)) ([c9be847](https://github.com/renovatebot/renovate/commit/c9be847a6fd36a4edef41246bc2820df71ae6290)) ##### Code Refactoring - **workers/lookup:** resolve the current version from one release list ([#&#8203;46143](https://github.com/renovatebot/renovate/issues/46143)) ([20015e4](https://github.com/renovatebot/renovate/commit/20015e4894c78f90c711c25b2b221f611bc75679)) - **workers/lookup:** share the release classification between getBucket and getUpdateType ([#&#8203;46144](https://github.com/renovatebot/renovate/issues/46144)) ([d89d8e5](https://github.com/renovatebot/renovate/commit/d89d8e513e351b1a0eb2c740f1c3e3dcd30646c2)) - **workers/repository/lookup:** share the update-type config resolution ([#&#8203;46141](https://github.com/renovatebot/renovate/issues/46141)) ([f5db021](https://github.com/renovatebot/renovate/commit/f5db0217f1c321afaa6d6d0ed5884b8bbfbf3ff1)) - **workers/repository/lookup:** split lookupUpdates into testable stages ([#&#8203;46142](https://github.com/renovatebot/renovate/issues/46142)) ([bf848fa](https://github.com/renovatebot/renovate/commit/bf848fa6c7ea77a02502a75c82141fcd2c939d38)) ##### Tests - **util/git:** share one clone across the read-only tests ([#&#8203;46287](https://github.com/renovatebot/renovate/issues/46287)) ([654431d](https://github.com/renovatebot/renovate/commit/654431d69f4ae16ca4e239f21e77bbfce94b4bdc)) - **workers/repository/lookup:** enforce http mocks in the lookup spec ([#&#8203;46140](https://github.com/renovatebot/renovate/issues/46140)) ([c303a28](https://github.com/renovatebot/renovate/commit/c303a282a1f678c40f4d7290258dd912c365acd6)) ### [`v44.101.0`](https://github.com/renovatebot/renovate/releases/tag/44.101.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.100.0...44.101.0) ##### Features - **manager:** share the .npmrc host-rule wrapper between bun, deno and npm ([#&#8203;46131](https://github.com/renovatebot/renovate/issues/46131)) ([4220c0f](https://github.com/renovatebot/renovate/commit/4220c0fe36c3f975c77f2524272056112f046a84)) ### [`v44.100.0`](https://github.com/renovatebot/renovate/releases/tag/44.100.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.99.0...44.100.0) ##### Features - **manager/dockerfile:** extract `apt install` packages from `RUN` instructions ([#&#8203;46247](https://github.com/renovatebot/renovate/issues/46247)) ([6add79a](https://github.com/renovatebot/renovate/commit/6add79a9a59bf9490d67cb4689699cb81fb09b06)) ##### Code Refactoring - **manager/dockerfile:** share the `RUN` command parsing ([#&#8203;46299](https://github.com/renovatebot/renovate/issues/46299)) ([56983c3](https://github.com/renovatebot/renovate/commit/56983c3fdb40eb82a2232ab071621e9e760c8916)) ### [`v44.99.0`](https://github.com/renovatebot/renovate/releases/tag/44.99.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.98.0...44.99.0) ##### Features - **datasource/github-runners:** make ubuntu 26 stable ([#&#8203;46308](https://github.com/renovatebot/renovate/issues/46308)) ([bfd3c26](https://github.com/renovatebot/renovate/commit/bfd3c26c5cfaedb54e82e5bf4dd649b394309c01)) ### [`v44.98.0`](https://github.com/renovatebot/renovate/releases/tag/44.98.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.6...44.98.0) ##### Features - **manager/dockerfile:** update APK packages pinned with a fuzzy constraint ([#&#8203;45693](https://github.com/renovatebot/renovate/issues/45693)) ([426bf15](https://github.com/renovatebot/renovate/commit/426bf15b267406a382055823c5b5510f3932b3e3)) ##### Documentation - **datasource/apk:** add more in-depth information about using with a Wolfi `Dockerfile` ([#&#8203;45702](https://github.com/renovatebot/renovate/issues/45702)) ([d5faaa8](https://github.com/renovatebot/renovate/commit/d5faaa85eca99cb5c214db7426787569e96e6b4e)) ### [`v44.97.6`](https://github.com/renovatebot/renovate/releases/tag/44.97.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.5...44.97.6) ##### Build System - **deps:** update dependency markdown-it to v15.0.2 (main) ([#&#8203;46315](https://github.com/renovatebot/renovate/issues/46315)) ([5b7886e](https://github.com/renovatebot/renovate/commit/5b7886e3da66779c6aebc361ae8b13fabd73fc45)) ### [`v44.97.5`](https://github.com/renovatebot/renovate/releases/tag/44.97.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.4...44.97.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.99.3 (main) ([#&#8203;46314](https://github.com/renovatebot/renovate/issues/46314)) ([0d8fa41](https://github.com/renovatebot/renovate/commit/0d8fa4169e5d00e69fb076d19a5fecad344d2757)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.16 (main) ([#&#8203;46312](https://github.com/renovatebot/renovate/issues/46312)) ([b74f510](https://github.com/renovatebot/renovate/commit/b74f51096b7736fb2404efae432a11a2dadba7c6)) - **deps:** update dependency uv to v0.12.16 (main) ([#&#8203;46313](https://github.com/renovatebot/renovate/issues/46313)) ([e2da51d](https://github.com/renovatebot/renovate/commit/e2da51d329dcb775a54cae66227a0d4bfd87303b)) ### [`v44.97.4`](https://github.com/renovatebot/renovate/releases/tag/44.97.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.3...44.97.4) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.17 (main) ([#&#8203;46310](https://github.com/renovatebot/renovate/issues/46310)) ([5f4d4bf](https://github.com/renovatebot/renovate/commit/5f4d4bfb99474d4c0d81dea8952724b9553421be)) ### [`v44.97.3`](https://github.com/renovatebot/renovate/releases/tag/44.97.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.2...44.97.3) ##### Documentation - update call-to-action banner ([#&#8203;46303](https://github.com/renovatebot/renovate/issues/46303)) ([cc6f414](https://github.com/renovatebot/renovate/commit/cc6f4145ddf8142ab06cbdbe6009d9ee2a6074f0)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.74.0 (main) ([#&#8203;46307](https://github.com/renovatebot/renovate/issues/46307)) ([e01a965](https://github.com/renovatebot/renovate/commit/e01a96562f6b015c97201287748c8b16f5f536ff)) ##### Build System - **deps:** update dependency zod to v4.6.2 (main) ([#&#8203;46309](https://github.com/renovatebot/renovate/issues/46309)) ([fb9aa21](https://github.com/renovatebot/renovate/commit/fb9aa21a45801e71c4b5ed7a3ce5c4b7ea49c1a0)) ### [`v44.97.2`](https://github.com/renovatebot/renovate/releases/tag/44.97.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.1...44.97.2) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v2.0.1 (main) ([#&#8203;46304](https://github.com/renovatebot/renovate/issues/46304)) ([d54267f](https://github.com/renovatebot/renovate/commit/d54267f7e8f712ace4d91c985c153f0f04cc13fb)) - **deps:** update dependency cronstrue to v3.26.0 (main) ([#&#8203;46301](https://github.com/renovatebot/renovate/issues/46301)) ([de452f5](https://github.com/renovatebot/renovate/commit/de452f52bcbf32f44bd4ac48bb8c585941f3ae3f)) ### [`v44.97.1`](https://github.com/renovatebot/renovate/releases/tag/44.97.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.97.0...44.97.1) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v2 (main) ([#&#8203;46298](https://github.com/renovatebot/renovate/issues/46298)) ([e19db4e](https://github.com/renovatebot/renovate/commit/e19db4efe89dd8699d1d725f13b767c2e6b44173)) ### [`v44.97.0`](https://github.com/renovatebot/renovate/releases/tag/44.97.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.96.4...44.97.0) ##### Features - **manager/helm-values:** support version in sibling tag/version key ([#&#8203;46267](https://github.com/renovatebot/renovate/issues/46267)) ([2e1a079](https://github.com/renovatebot/renovate/commit/2e1a079c7fd1ecb9db920194d5c4fd7fda3327a7)), closes [#&#8203;46265](https://github.com/renovatebot/renovate/issues/46265) ##### Bug Fixes - **datasource/docker:** fetch all pages for Red Hat registries ([#&#8203;46294](https://github.com/renovatebot/renovate/issues/46294)) ([f3a314f](https://github.com/renovatebot/renovate/commit/f3a314f51aa9e925fba4c0e3d719dc69725e642f)) ### [`v44.96.4`](https://github.com/renovatebot/renovate/releases/tag/44.96.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.96.3...44.96.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.99.1 (main) ([#&#8203;46295](https://github.com/renovatebot/renovate/issues/46295)) ([be8ddad](https://github.com/renovatebot/renovate/commit/be8ddade5485ea2789566ae986ecea0b18f4eac5)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.73.0 (main) ([#&#8203;46297](https://github.com/renovatebot/renovate/issues/46297)) ([53e93ca](https://github.com/renovatebot/renovate/commit/53e93ca96b6e43b444081b1be1166cf7ac7df37d)) - **deps:** update dependency vite to v8.3.0 (main) ([#&#8203;46296](https://github.com/renovatebot/renovate/issues/46296)) ([b34b2cb](https://github.com/renovatebot/renovate/commit/b34b2cb7f9c382678c08834d68f58ee98cc96b84)) ### [`v44.96.3`](https://github.com/renovatebot/renovate/releases/tag/44.96.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.96.2...44.96.3) ##### Bug Fixes - **datasource/buildpacks-registry:** set cacheable explicitly ([adc1b0c](https://github.com/renovatebot/renovate/commit/adc1b0c2fa0ca69e70502f2a92e578099e75ddcf)), closes [#&#8203;45974](https://github.com/renovatebot/renovate/issues/45974) - **datasource/dotnet-version:** set cacheable explicitly ([3848bd9](https://github.com/renovatebot/renovate/commit/3848bd95d1a1be384ce8b963706d8c0c39fb3c7f)), closes [#&#8203;45981](https://github.com/renovatebot/renovate/issues/45981) - **datasource/galaxy:** set cacheable explicitly ([8fcbe1f](https://github.com/renovatebot/renovate/commit/8fcbe1f7ca553718ea96bb93cace2ea903d0af06)), closes [#&#8203;45986](https://github.com/renovatebot/renovate/issues/45986) - **datasource/jsr:** set cacheable explicitly ([30f0fe8](https://github.com/renovatebot/renovate/commit/30f0fe84d529cc2d0b1a987fc62e8340b79c4287)), closes [#&#8203;46005](https://github.com/renovatebot/renovate/issues/46005) - **datasource/rust-version:** set cacheable explicitly ([bb378c3](https://github.com/renovatebot/renovate/commit/bb378c35187d2e2050d109d658c3c91d4b7ac06f)), closes [#&#8203;46016](https://github.com/renovatebot/renovate/issues/46016) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.13 (main) ([#&#8203;46291](https://github.com/renovatebot/renovate/issues/46291)) ([ec41298](https://github.com/renovatebot/renovate/commit/ec41298b101704e4de7d0800d59ebb070fd012a2)) - **deps:** update dependency lint-staged to v17.5.1 (main) ([#&#8203;46292](https://github.com/renovatebot/renovate/issues/46292)) ([f585e1e](https://github.com/renovatebot/renovate/commit/f585e1e2b4334386eab601c7cca6917605694069)) ### [`v44.96.2`](https://github.com/renovatebot/renovate/releases/tag/44.96.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.96.1...44.96.2) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.72.2 (main) ([#&#8203;46290](https://github.com/renovatebot/renovate/issues/46290)) ([ff9ec78](https://github.com/renovatebot/renovate/commit/ff9ec780045446202024471dd61724ebc48d8391)) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v1.4.3 (main) ([#&#8203;46289](https://github.com/renovatebot/renovate/issues/46289)) ([3c173d3](https://github.com/renovatebot/renovate/commit/3c173d32cde98bd109e9b02e989a0375a40eace0)) ### [`v44.96.1`](https://github.com/renovatebot/renovate/releases/tag/44.96.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.96.0...44.96.1) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v1.4.2 (main) ([#&#8203;46285](https://github.com/renovatebot/renovate/issues/46285)) ([232835d](https://github.com/renovatebot/renovate/commit/232835d982ae6a5ab3aefbfa374baa5e32a6879f)) ### [`v44.96.0`](https://github.com/renovatebot/renovate/releases/tag/44.96.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.95.0...44.96.0) ##### Features - **config:** add `minimumReleaseAgeBuffer` option ([#&#8203;45577](https://github.com/renovatebot/renovate/issues/45577)) ([4215f35](https://github.com/renovatebot/renovate/commit/4215f35059be67e7b7874ee82ab3788b9e83dcaa)) - **manager/dockerfile:** extract `apk add` packages from `RUN` instructions ([#&#8203;45691](https://github.com/renovatebot/renovate/issues/45691)) ([9b87f8d](https://github.com/renovatebot/renovate/commit/9b87f8de2f18aaa571f021e507fff3628f80a7bc)), closes [#&#8203;43711](https://github.com/renovatebot/renovate/issues/43711) ##### Bug Fixes - **platform/github:** attempt direct merge before falling back to the merge queue ([#&#8203;46271](https://github.com/renovatebot/renovate/issues/46271)) ([a22f8f0](https://github.com/renovatebot/renovate/commit/a22f8f0a09c4f029264ade2d22f9da7fe8a61c90)), closes [#&#8203;45724](https://github.com/renovatebot/renovate/issues/45724) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v7.1.1 (main) ([#&#8203;46282](https://github.com/renovatebot/renovate/issues/46282)) ([8763fe4](https://github.com/renovatebot/renovate/commit/8763fe4cf738fde9e2bd78fe30baafe8866b951a)) - **deps:** update jlumbroso/free-disk-space action to v1.3.2 (main) ([#&#8203;46283](https://github.com/renovatebot/renovate/issues/46283)) ([c5a2722](https://github.com/renovatebot/renovate/commit/c5a2722b2006f00f4da4509776438824b7ffce00)) ##### Tests - reach 100% branch coverage ([#&#8203;46284](https://github.com/renovatebot/renovate/issues/46284)) ([f711fd4](https://github.com/renovatebot/renovate/commit/f711fd46e28ea7b5e75616d92d8fbd9cbcfdae93)) - **workers/repository:** close more branch coverage gaps ([#&#8203;46254](https://github.com/renovatebot/renovate/issues/46254)) ([7960e5d](https://github.com/renovatebot/renovate/commit/7960e5d0770e8083e2b39f472548fa9a280f1977)) - **workers/repository:** close more branch coverage gaps ([#&#8203;46259](https://github.com/renovatebot/renovate/issues/46259)) ([f7e8104](https://github.com/renovatebot/renovate/commit/f7e81045118b4ef415e64d3abdc688cbaf7af9b7)) - **workers/repository:** close more branch coverage gaps ([#&#8203;46269](https://github.com/renovatebot/renovate/issues/46269)) ([f1ace2d](https://github.com/renovatebot/renovate/commit/f1ace2dfdce92e91afc7cb1c9f67d4030f92c0c9)) ### [`v44.95.0`](https://github.com/renovatebot/renovate/releases/tag/44.95.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.94.4...44.95.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.99.0 (main) ([#&#8203;46281](https://github.com/renovatebot/renovate/issues/46281)) ([2732ccf](https://github.com/renovatebot/renovate/commit/2732ccf8570b7386ffcdd75b04cac18c65501bd4)) ### [`v44.94.4`](https://github.com/renovatebot/renovate/releases/tag/44.94.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.94.3...44.94.4) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.16.0 (main) ([#&#8203;46280](https://github.com/renovatebot/renovate/issues/46280)) ([28f514a](https://github.com/renovatebot/renovate/commit/28f514ae1d27b43adf4e02c2509d7f65fa1d2690)) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.16 (main) ([#&#8203;46279](https://github.com/renovatebot/renovate/issues/46279)) ([8e9dcc7](https://github.com/renovatebot/renovate/commit/8e9dcc7db4222cf5f6a1f0717aa98a664b7185fc)) ### [`v44.94.3`](https://github.com/renovatebot/renovate/releases/tag/44.94.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.94.2...44.94.3) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.72.1 (main) ([#&#8203;46278](https://github.com/renovatebot/renovate/issues/46278)) ([6475043](https://github.com/renovatebot/renovate/commit/6475043afd82028e2448eab55afd53ff8f6c9bb7)) ##### Build System - **deps:** update dependency zod to v4.6.1 (main) ([#&#8203;46277](https://github.com/renovatebot/renovate/issues/46277)) ([3c31c7d](https://github.com/renovatebot/renovate/commit/3c31c7df73954ab3babb53127ed88d58f067ece5)) ### [`v44.94.2`](https://github.com/renovatebot/renovate/releases/tag/44.94.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.94.1...44.94.2) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.15 (main) ([#&#8203;46276](https://github.com/renovatebot/renovate/issues/46276)) ([d440083](https://github.com/renovatebot/renovate/commit/d4400832295686967c0e45218263605845f93277)) ### [`v44.94.1`](https://github.com/renovatebot/renovate/releases/tag/44.94.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.94.0...44.94.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.10 (main) ([#&#8203;46274](https://github.com/renovatebot/renovate/issues/46274)) ([c563ab2](https://github.com/renovatebot/renovate/commit/c563ab2a5278dcad4e5fd0f2727fd9dc48f44430)) ##### Documentation - **mend-hosted:** clarify Enterprises can change `inheritConfig*` ([#&#8203;46261](https://github.com/renovatebot/renovate/issues/46261)) ([0f5e9af](https://github.com/renovatebot/renovate/commit/0f5e9af2a383cb062b2fe3e5afa1474319971018)) - **mend-hosted:** move environment variables to their own page ([#&#8203;46260](https://github.com/renovatebot/renovate/issues/46260)) ([98e4bb5](https://github.com/renovatebot/renovate/commit/98e4bb57139f7f6041fb7b180534842057614669)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v24.13.4 (main) ([#&#8203;46273](https://github.com/renovatebot/renovate/issues/46273)) ([45df173](https://github.com/renovatebot/renovate/commit/45df173f8febfb4be3b6da6d0c74c46ee2a1b48e)) ##### Tests - **manager/renovate-config:** guard `supportedPresetSources` against drift ([#&#8203;46256](https://github.com/renovatebot/renovate/issues/46256)) ([a14607f](https://github.com/renovatebot/renovate/commit/a14607f7e421e10ad8e42fb5fbdbf05a773c5d2a)), closes [#&#8203;46201](https://github.com/renovatebot/renovate/issues/46201) ##### Build System - **deps:** update dependency zod to v4.6.0 (main) ([#&#8203;46275](https://github.com/renovatebot/renovate/issues/46275)) ([88e6c1a](https://github.com/renovatebot/renovate/commit/88e6c1a57ef5c1cb7b3999ba01001e5b551f606e)) ### [`v44.94.0`](https://github.com/renovatebot/renovate/releases/tag/44.94.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.8...44.94.0) ##### Features - **manager/renovate-config:** support forgejo> preset references ([#&#8203;46201](https://github.com/renovatebot/renovate/issues/46201)) ([2d4a77d](https://github.com/renovatebot/renovate/commit/2d4a77d932eaa02d6e59cfc92bc8b21c1d5ec6d4)) - **manager/terragrunt:** detect forgejo-tags datasource for git-tag sources ([#&#8203;46202](https://github.com/renovatebot/renovate/issues/46202)) ([1f3b3a9](https://github.com/renovatebot/renovate/commit/1f3b3a9d56f9c5ea8cdf5c952583e6a63542ad1e)) - **util/template:** Add uppercase helper ([#&#8203;46205](https://github.com/renovatebot/renovate/issues/46205)) ([3abfaac](https://github.com/renovatebot/renovate/commit/3abfaacabcb25ad6b6a6dfe6f1620ec44b3d91b0)) ##### Bug Fixes - **datasource/azure-bicep-resource:** set cacheable explicitly ([#&#8203;46115](https://github.com/renovatebot/renovate/issues/46115)) ([c61b3fe](https://github.com/renovatebot/renovate/commit/c61b3fe6dea8e190b64a84da162e431a2d051d72)) - **datasource/cpan:** set cacheable explicitly ([#&#8203;46123](https://github.com/renovatebot/renovate/issues/46123)) ([f2d750b](https://github.com/renovatebot/renovate/commit/f2d750b81729dea893f4c2f4864e3542d386ec17)) - **datasource/elm-package:** set cacheable explicitly ([#&#8203;46120](https://github.com/renovatebot/renovate/issues/46120)) ([735c4e2](https://github.com/renovatebot/renovate/commit/735c4e22f22b1f82a4ecbf648fe0409696782c9f)) - **datasource/java-version:** set cacheable explicitly ([#&#8203;46122](https://github.com/renovatebot/renovate/issues/46122)) ([3b61b15](https://github.com/renovatebot/renovate/commit/3b61b15309976f8256cb6921ba090d2c28efd2e5)) - **datasource/ruby-version:** set cacheable explicitly ([#&#8203;46121](https://github.com/renovatebot/renovate/issues/46121)) ([4a7c237](https://github.com/renovatebot/renovate/commit/4a7c237fb9c90aba56c1e15931e0af0c4accc332)) - **datasource/typst:** set cacheable explicitly ([#&#8203;46126](https://github.com/renovatebot/renovate/issues/46126)) ([48006f8](https://github.com/renovatebot/renovate/commit/48006f8856dbb132069fd177bfa85a3ea0ffc9a3)) - **manager/github-actions:** don't pin partial `install-crystal` versions ([db9e8bc](https://github.com/renovatebot/renovate/commit/db9e8bc1a0fc1a6087b7ee90e946345f92047d34)) - **manager/github-actions:** don't pin partial `java-version`s ([967f480](https://github.com/renovatebot/renovate/commit/967f480f6d6e71f5a23eb858e4b75175b8b6651f)), closes [#&#8203;46249](https://github.com/renovatebot/renovate/issues/46249) - **manager/github-actions:** don't pin partial `ruby-version`s ([e0a77f8](https://github.com/renovatebot/renovate/commit/e0a77f8121de1aeece80c1cd671c19eed5a2f86e)) - **manager/github-actions:** don't pin partial `setup-dart` SDK versions ([71aa945](https://github.com/renovatebot/renovate/commit/71aa9454945832a654594575389c753618e6dd36)) - **manager/github-actions:** don't pin partial `swift-version`s ([5a34d96](https://github.com/renovatebot/renovate/commit/5a34d9607484994e3922167e83f64f643ace29b5)) - **manager/github-actions:** don't pin partial golangci-lint versions ([71f6741](https://github.com/renovatebot/renovate/commit/71f67417b7afb0d123eabc986d6f79d897719fd8)) - **manager/github-actions:** treat `cmake-version` as a range ([231c3e6](https://github.com/renovatebot/renovate/commit/231c3e617f12331fe8edeaadf67577bb17f9581e)) - **manager/github-actions:** treat `dotnet-version` as a range ([fe64933](https://github.com/renovatebot/renovate/commit/fe649335ce5dab9ea67304eb67719da2571e577f)) - **manager/github-actions:** treat `flutter-version` as a range ([88303b2](https://github.com/renovatebot/renovate/commit/88303b26b042a51eb834f0e3aa11b87cc15a7ff4)) - **manager/github-actions:** treat `setup-julia`'s `version` as a range ([08d1182](https://github.com/renovatebot/renovate/commit/08d11825c84776ff800bf3bc13fce14b68f99035)) - **manager/github-actions:** treat GitVersion's `versionSpec` as a range ([e650960](https://github.com/renovatebot/renovate/commit/e650960c1826c65ad4d146b2a7f001134746dfc2)) - **manager/github-actions:** treat setup-beam's versions as ranges ([9303449](https://github.com/renovatebot/renovate/commit/9303449af1f6f8d017206812c4e4f0bb2b22b915)) - **manager/github-actions:** treat Terraform/OpenTofu versions as constraints ([219c8f7](https://github.com/renovatebot/renovate/commit/219c8f718edeab60e2823c0363358bb7fed09d28)) - **workers/onboarding:** treat forgejo like gitea for onboarding-branch rebase and config-hash detection ([#&#8203;46200](https://github.com/renovatebot/renovate/issues/46200)) ([f6bbc9f](https://github.com/renovatebot/renovate/commit/f6bbc9f579779222c5da821555f0474f0dab8036)) ##### Code Refactoring - **manager/github-actions:** don't advertise an incorrect datasource for `graalvm` ([#&#8203;46250](https://github.com/renovatebot/renovate/issues/46250)) ([6763ca2](https://github.com/renovatebot/renovate/commit/6763ca270415ac593fc5145be0c6178e4c8486c7)) - **manager/github-actions:** restructure directory for `known-actions` ([#&#8203;46248](https://github.com/renovatebot/renovate/issues/46248)) ([2b84f8c](https://github.com/renovatebot/renovate/commit/2b84f8c13d5c6747d56da43d109cb377b45a6c5e)), closes [#&#8203;46242](https://github.com/renovatebot/renovate/issues/46242) - **manager:** add shared artifact result and lock file helpers ([#&#8203;46091](https://github.com/renovatebot/renovate/issues/46091)) ([296d92c](https://github.com/renovatebot/renovate/commit/296d92caafba16f98bd76be996f29a2978112d8c)) - **manager:** build artifact results with the shared helpers ([#&#8203;46092](https://github.com/renovatebot/renovate/issues/46092)) ([bf5ff94](https://github.com/renovatebot/renovate/commit/bf5ff94d28e76a035b67272a71c103249861995e)) - **manager:** share repo status to file change conversion ([#&#8203;46090](https://github.com/renovatebot/renovate/issues/46090)) ([9defb36](https://github.com/renovatebot/renovate/commit/9defb36404a080f626c80046e2b85a5d1f5b89ed)) - **manager:** share the lock file updateArtifacts skeleton ([#&#8203;46093](https://github.com/renovatebot/renovate/issues/46093)) ([9fc451c](https://github.com/renovatebot/renovate/commit/9fc451c44d2b46e9e959528537f395a5de913734)) ##### Tests - close branch coverage gaps outside the manager tree ([#&#8203;46252](https://github.com/renovatebot/renovate/issues/46252)) ([5985247](https://github.com/renovatebot/renovate/commit/59852479bf8f4c03790944c973c2d5662570c8a3)) ### [`v44.93.8`](https://github.com/renovatebot/renovate/releases/tag/44.93.8) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.7...44.93.8) ##### Bug Fixes - **changelog:** prefer precise tags over floating ones for compare links ([#&#8203;46210](https://github.com/renovatebot/renovate/issues/46210)) ([5ddaf0a](https://github.com/renovatebot/renovate/commit/5ddaf0a30e84fad5c0012fdb5c7c0b6256f5b279)) - **platform/gitea:** prefer fast-forward-only merge style for fast-forward automerge ([#&#8203;46203](https://github.com/renovatebot/renovate/issues/46203)) ([ab6b230](https://github.com/renovatebot/renovate/commit/ab6b2309abd20def21fefc112b939f260e17ad01)) ##### Tests - **versioning/conda:** clarify `latest` is a valid version ([#&#8203;46246](https://github.com/renovatebot/renovate/issues/46246)) ([809e565](https://github.com/renovatebot/renovate/commit/809e56572cb036ee15b2de8f5ef7aee5a034e495)) ### [`v44.93.7`](https://github.com/renovatebot/renovate/releases/tag/44.93.7) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.6...44.93.7) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.9 (main) ([#&#8203;46245](https://github.com/renovatebot/renovate/issues/46245)) ([4d88ac4](https://github.com/renovatebot/renovate/commit/4d88ac46a1a5b1c69341fe1d4aa08015f993159d)) ### [`v44.93.6`](https://github.com/renovatebot/renovate/releases/tag/44.93.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.5...44.93.6) ##### Bug Fixes - **manager/github-actions:** don't try and upgrade non-versions of Gradle ([#&#8203;46242](https://github.com/renovatebot/renovate/issues/46242)) ([4b5a64e](https://github.com/renovatebot/renovate/commit/4b5a64e6e1921fe6012e094a81fe2514240dedb6)) ##### Performance Improvements - **workers/repository:** don't log all matched files at DEBUG ([#&#8203;46228](https://github.com/renovatebot/renovate/issues/46228)) ([54c7e5e](https://github.com/renovatebot/renovate/commit/54c7e5e77b92fb5abdccebe15b05356c37836e95)) ##### Tests - **manager:** close more branch coverage gaps ([#&#8203;45972](https://github.com/renovatebot/renovate/issues/45972)) ([4cb4da6](https://github.com/renovatebot/renovate/commit/4cb4da6bd16d13c1292eb03bb42c56e12b5acbb0)) - **manager:** cover the pre-commit warning switch and drop unreachable fallbacks ([#&#8203;46221](https://github.com/renovatebot/renovate/issues/46221)) ([312c380](https://github.com/renovatebot/renovate/commit/312c3809267473228a9341fbfd25527e1fbcf8f0)) - **manager:** mark remaining unreachable manager guards ([#&#8203;46082](https://github.com/renovatebot/renovate/issues/46082)) ([9ac59d6](https://github.com/renovatebot/renovate/commit/9ac59d69d7f9e70033d30ea1c6c1d32f8aa76137)) - **manager:** reach 100% branch coverage by closing the else-if chains ([#&#8203;46222](https://github.com/renovatebot/renovate/issues/46222)) ([1ea8602](https://github.com/renovatebot/renovate/commit/1ea8602aaaafdc974b6d2055a8ac46439140a374)) ##### Continuous Integration - ratchet the branch coverage threshold to 99.51 ([#&#8203;46223](https://github.com/renovatebot/renovate/issues/46223)) ([1e9c2f1](https://github.com/renovatebot/renovate/commit/1e9c2f15bf44d284e65ff018cd830293a2a9f084)) ### [`v44.93.5`](https://github.com/renovatebot/renovate/releases/tag/44.93.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.4...44.93.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.8 (main) ([#&#8203;46237](https://github.com/renovatebot/renovate/issues/46237)) ([19087b6](https://github.com/renovatebot/renovate/commit/19087b628dc303e336f60e7ca3728be5d817bce3)) ##### Documentation - **manager/github-actions:** count how many Actions we support ([#&#8203;46233](https://github.com/renovatebot/renovate/issues/46233)) ([4a83bc3](https://github.com/renovatebot/renovate/commit/4a83bc324c9a6bf806fe0823782e2ca5fd3afac3)) ##### Code Refactoring - **manager/github-actions:** remove "community" references ([#&#8203;46232](https://github.com/renovatebot/renovate/issues/46232)) ([642fe06](https://github.com/renovatebot/renovate/commit/642fe06cae0bf2a86eeffe4bc99fc06ae3daab79)) ### [`v44.93.4`](https://github.com/renovatebot/renovate/releases/tag/44.93.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.3...44.93.4) ##### Bug Fixes - **datasource/go:** cache the publication time of each version ([#&#8203;45951](https://github.com/renovatebot/renovate/issues/45951)) ([aae889a](https://github.com/renovatebot/renovate/commit/aae889a285c952cf10a648afbf2041213bc64437)) ##### Tests - **datasource/go:** show that `.info` timestamps are refetched ([#&#8203;45950](https://github.com/renovatebot/renovate/issues/45950)) ([0649d9f](https://github.com/renovatebot/renovate/commit/0649d9f8432785a6231b21031f7a5a7233ecdd3b)) ### [`v44.93.3`](https://github.com/renovatebot/renovate/releases/tag/44.93.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.2...44.93.3) ##### Build System - **deps:** update dependency cronstrue to v3.25.0 (main) ([#&#8203;46231](https://github.com/renovatebot/renovate/issues/46231)) ([94058a2](https://github.com/renovatebot/renovate/commit/94058a2434edae8fb0f13eeab80b0f9b929fe468)) ### [`v44.93.2`](https://github.com/renovatebot/renovate/releases/tag/44.93.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.1...44.93.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.7 (main) ([#&#8203;46230](https://github.com/renovatebot/renovate/issues/46230)) ([bccca7a](https://github.com/renovatebot/renovate/commit/bccca7a5c1c1af2cdaf432de6b8f1cb38158d510)) ##### Miscellaneous Chores - **deps:** update dependency uv to v0.12.15 (main) ([#&#8203;46229](https://github.com/renovatebot/renovate/issues/46229)) ([d0e3426](https://github.com/renovatebot/renovate/commit/d0e3426181be7d383eef81fd8fc1d6b2ebb9aeb8)) ### [`v44.93.1`](https://github.com/renovatebot/renovate/releases/tag/44.93.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.93.0...44.93.1) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.15 (main) ([#&#8203;46227](https://github.com/renovatebot/renovate/issues/46227)) ([f0b5717](https://github.com/renovatebot/renovate/commit/f0b571733b0d0f41da9c969c320b2cdf2260878a)) ##### Build System - **deps:** update dependency ignore to v7.0.9 (main) ([#&#8203;46226](https://github.com/renovatebot/renovate/issues/46226)) ([ced1b3a](https://github.com/renovatebot/renovate/commit/ced1b3a4bb74c84e2f6da39f0a1cc9dde8280bba)) ### [`v44.93.0`](https://github.com/renovatebot/renovate/releases/tag/44.93.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.92.0...44.93.0) ##### Features - **manager/github-actions:** support baptiste0928/cargo-install crate and version ([cded589](https://github.com/renovatebot/renovate/commit/cded589dcfbaf4a23ef3b2f8c0d1b6d878f073ae)) - **manager/github-actions:** support conda-incubator/setup-miniconda version inputs ([cbd9e92](https://github.com/renovatebot/renovate/commit/cbd9e92db767741bc30e9e9bf6ca3a32159e1aa2)) - **manager/github-actions:** support crystal-lang/install-crystal version inputs ([91354ec](https://github.com/renovatebot/renovate/commit/91354ecdda90ecbcad471c9ab24997cea18d2d9f)) - **manager/github-actions:** support cue-lang/setup-cue version ([6df9554](https://github.com/renovatebot/renovate/commit/6df95542c60e906a5e08a5268103a417d95e4280)) - **manager/github-actions:** support graalvm/setup-graalvm version inputs ([11ae208](https://github.com/renovatebot/renovate/commit/11ae208619f583c65b5e933f7e21340f0cc1a855)) - **manager/github-actions:** support jwlawson/actions-setup-cmake cmake-version ([a4a0612](https://github.com/renovatebot/renovate/commit/a4a06127da4db8d6ff515e420bd563fe7130ad62)) - **manager/github-actions:** support moonrepo/setup-rust channel ([0124aeb](https://github.com/renovatebot/renovate/commit/0124aebe09c60e197991b45895a1f8f45c4f1909)) - **manager/github-actions:** support moonrepo/setup-toolchain version inputs ([0b93f81](https://github.com/renovatebot/renovate/commit/0b93f81d64b3ae93e373078940da71db00708767)) - **manager/github-actions:** support superfly/flyctl-actions/setup-flyctl version ([8848a65](https://github.com/renovatebot/renovate/commit/8848a6584909b1aa36628ce90f66cfd29e49bc80)) - **manager/github-actions:** support swift-actions/setup-swift swift-version ([38aa4b4](https://github.com/renovatebot/renovate/commit/38aa4b45a2ac42880b42c4841d020ec4626b394c)) - **manager/github-actions:** support WillAbides/setup-go-faster go-version ([efae679](https://github.com/renovatebot/renovate/commit/efae679b2aec7f67aefdc1397f0f01c6f51672e8)) ### [`v44.92.0`](https://github.com/renovatebot/renovate/releases/tag/44.92.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.91.0...44.92.0) ##### Features - **manager/github-actions:** support abatilo/actions-poetry poetry-version ([5f013cb](https://github.com/renovatebot/renovate/commit/5f013cbf110518f50c330cd87a79f3ab89df4021)) - **manager/github-actions:** support actions-rust-lang/setup-rust-toolchain toolchain ([99fa381](https://github.com/renovatebot/renovate/commit/99fa38194df2971a508511ef4429bb9566cdbbf3)) - **manager/github-actions:** support aquaproj/aqua-installer's `aqua_version` ([d59c05a](https://github.com/renovatebot/renovate/commit/d59c05a6a516938eb8cd1670e0157140dda55fd7)) - **manager/github-actions:** support astral-sh/ruff-action version ([3b252fe](https://github.com/renovatebot/renovate/commit/3b252fe6400d57fdb05023be2bb3a760da4468f5)) - **manager/github-actions:** support azure/setup-kubectl's `version` ([f9e1b04](https://github.com/renovatebot/renovate/commit/f9e1b040ed8a651b0b376a4ca13b5f8750e1b154)) - **manager/github-actions:** support biomejs/setup-biome version ([e51ada8](https://github.com/renovatebot/renovate/commit/e51ada8d4d91e0ae0cd320929433769a21dc30bb)) - **manager/github-actions:** support bufbuild/buf-setup-action version ([e0cfb08](https://github.com/renovatebot/renovate/commit/e0cfb08c7ba1bfbdf53f6a594a48bd9bac3cc3fc)) - **manager/github-actions:** support cargo-bins/cargo-binstall version ([f7d51a0](https://github.com/renovatebot/renovate/commit/f7d51a08e9042955bb250aa1b44f1f39cc5e02a5)) - **manager/github-actions:** support cloudflare/wrangler-action wranglerVersion ([8b01f71](https://github.com/renovatebot/renovate/commit/8b01f716d363439ebaddba54ebd0eb2edd4a6220)) - **manager/github-actions:** support cue-lang/setup-cue version ([bd6e856](https://github.com/renovatebot/renovate/commit/bd6e85683ec6159a19e3be4a21e5151b55b4c8f2)) - **manager/github-actions:** support cycjimmy/semantic-release-action semantic\_version ([4431457](https://github.com/renovatebot/renovate/commit/4431457780dc38165657e65bc7feb21954aa3051)) - **manager/github-actions:** support dagger/dagger-for-github version ([d1add64](https://github.com/renovatebot/renovate/commit/d1add6434536009fbba18f54dcfbefe365a4b39c)) - **manager/github-actions:** support dart-lang/setup-dart sdk ([9cb1958](https://github.com/renovatebot/renovate/commit/9cb195810442f8a1a522f265f26e9aef7a7be5aa)) - **manager/github-actions:** support erlef/setup-beam's version inputs ([159bbb2](https://github.com/renovatebot/renovate/commit/159bbb256d44a5c840d0a5d3ec757dd4c59526c3)) - **manager/github-actions:** support foundry-rs/foundry-toolchain version ([1859552](https://github.com/renovatebot/renovate/commit/1859552fa7af3346dc81c80b6abd5bf74c33595d)) - **manager/github-actions:** support GitTools/actions/gitversion/setup's versionSpec ([4bca80b](https://github.com/renovatebot/renovate/commit/4bca80b114f9f8c5d4417bfacabc60861880890f)) - **manager/github-actions:** support goreleaser/goreleaser-action version ([72f3c6f](https://github.com/renovatebot/renovate/commit/72f3c6ff5ca619b5f37d5a4254e0183f687693da)) - **manager/github-actions:** support hashicorp/setup-packer version ([5e616de](https://github.com/renovatebot/renovate/commit/5e616ded2e6eb775d51a21d0afca90438befbbf1)) - **manager/github-actions:** support helm/chart-releaser-action's `version` ([4a3bcb0](https://github.com/renovatebot/renovate/commit/4a3bcb0761254630dcf23c25fca540afb82fa6d1)) - **manager/github-actions:** support helm/kind-action's version inputs ([76a36a0](https://github.com/renovatebot/renovate/commit/76a36a07f4fe98e312a674f4ceb4838cae874f77)) - **manager/github-actions:** support j178/prek-action prek-version ([323dfea](https://github.com/renovatebot/renovate/commit/323dfea8ef145fc197bacfe26b7bd32f36d9001a)) - **manager/github-actions:** support jfrog/setup-jfrog-cli's `version` ([16f93fb](https://github.com/renovatebot/renovate/commit/16f93fb826e1effa719b70c90af043a4fa3eef2b)) - **manager/github-actions:** support julia-actions/setup-julia version ([75a5244](https://github.com/renovatebot/renovate/commit/75a52445eef94cc72ff4d6516b34f9a91487f6a1)) - **manager/github-actions:** support mozilla-actions/sccache-action version ([6934310](https://github.com/renovatebot/renovate/commit/6934310a836a76433954c11c37b6872d24dd4bb0)) - **manager/github-actions:** support opentofu/setup-opentofu tofu\_version ([77b102c](https://github.com/renovatebot/renovate/commit/77b102c81f9c900cf17b7f7687f9d3cb173cd2f9)) - **manager/github-actions:** support peaceiris/actions-hugo's `hugo-version` ([0346f4c](https://github.com/renovatebot/renovate/commit/0346f4cf6d2a734ebd9c67c78ab8e8325891ceb8)) - **manager/github-actions:** support pulumi/actions pulumi-version ([6f6dc0d](https://github.com/renovatebot/renovate/commit/6f6dc0d3e045cb1c2b2cdc465134cc7732c2033d)) - **manager/github-actions:** support PyO3/maturin-action maturin-version ([d830694](https://github.com/renovatebot/renovate/commit/d830694b7beb4a50beeb1eec96fc56b71613d67c)) - **manager/github-actions:** support raven-actions/actionlint version ([0cea460](https://github.com/renovatebot/renovate/commit/0cea46087f80269eec811afdd67abc2473851c46)) - **manager/github-actions:** support reviewdog/action-setup reviewdog\_version ([59dea97](https://github.com/renovatebot/renovate/commit/59dea97d30ef6b867c28492c61ba2c3e36446222)) - **manager/github-actions:** support snok/install-poetry's `version` ([19c96a5](https://github.com/renovatebot/renovate/commit/19c96a519c4817257f46acc2c1eebba2d89ea14e)) - **manager/github-actions:** support stCarolas/setup-maven maven-version ([295b596](https://github.com/renovatebot/renovate/commit/295b59670c6a65210bea8b9a471dbe7043583b61)) - **manager/github-actions:** support subosito/flutter-action's `flutter-version` ([5db81be](https://github.com/renovatebot/renovate/commit/5db81beff3793921379dd02a40832d508ef86c85)) - **manager/github-actions:** support supabase/setup-cli version ([677dbb4](https://github.com/renovatebot/renovate/commit/677dbb41a26dc2e7406b629657ec4dceca742843)) ##### Bug Fixes - **datasource/cdnjs:** set cacheable explicitly ([#&#8203;46114](https://github.com/renovatebot/renovate/issues/46114)) ([3440210](https://github.com/renovatebot/renovate/commit/3440210dbffd03029c60c184944d7f1857b06e44)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.6 (main) ([#&#8203;46211](https://github.com/renovatebot/renovate/issues/46211)) ([5149393](https://github.com/renovatebot/renovate/commit/5149393313d671ffd327350d0fd78b933d26f3be)) ##### Miscellaneous Chores - **deps:** update docker/setup-qemu-action action to v4.4.0 (main) ([#&#8203;46212](https://github.com/renovatebot/renovate/issues/46212)) ([f14c02a](https://github.com/renovatebot/renovate/commit/f14c02a3eb3029e73405077158edfa6025302c05)) - **deps:** update linters to v1.82.0 (main) ([#&#8203;46026](https://github.com/renovatebot/renovate/issues/46026)) ([2c016a5](https://github.com/renovatebot/renovate/commit/2c016a54c17d5b320442f17e9f047aa3d81cfd8e)) ### [`v44.91.0`](https://github.com/renovatebot/renovate/releases/tag/44.91.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.90.3...44.91.0) ##### Features - **manager/github-actions:** support extractions/setup-just's `just-version` ([#&#8203;46033](https://github.com/renovatebot/renovate/issues/46033)) ([6c7e9fa](https://github.com/renovatebot/renovate/commit/6c7e9faa7e83915ea9014624e5912454540aa761)) - **manager/github-actions:** support gradle/actions/setup-gradle's `gradle-version` ([#&#8203;46032](https://github.com/renovatebot/renovate/issues/46032)) ([3de36a8](https://github.com/renovatebot/renovate/commit/3de36a8e43df8f0a3ffa0c8532556674d3d85c1b)) - **manager/github-actions:** support hashicorp/setup-terraform's `terraform_version` ([#&#8203;46031](https://github.com/renovatebot/renovate/issues/46031)) ([608b47e](https://github.com/renovatebot/renovate/commit/608b47ea2ad59f905e536a6010b1668867fe4cd6)) - **manager/github-actions:** support terraform-linters/setup-tflint's `tflint_version` ([#&#8203;46034](https://github.com/renovatebot/renovate/issues/46034)) ([d27e967](https://github.com/renovatebot/renovate/commit/d27e9676329b2c44a6af19b713060b2d3db44315)) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.5 (main) ([#&#8203;46204](https://github.com/renovatebot/renovate/issues/46204)) ([b80931b](https://github.com/renovatebot/renovate/commit/b80931bb768ee0dd8fafe5b85b390d91d2cd9139)) ##### Code Refactoring - **manager:** remove unreachable branches ([#&#8203;46206](https://github.com/renovatebot/renovate/issues/46206)) ([49e61d7](https://github.com/renovatebot/renovate/commit/49e61d7a35c4163a6ec85abda661044f27c45d1a)) ##### Tests - **manager/bazel:** close branch coverage gaps ([#&#8203;45944](https://github.com/renovatebot/renovate/issues/45944)) ([351201c](https://github.com/renovatebot/renovate/commit/351201cac671216995c7ad244ccfb3b5ada828b6)) - **manager/sbt,swift:** close branch coverage gaps ([#&#8203;45946](https://github.com/renovatebot/renovate/issues/45946)) ([44a9f52](https://github.com/renovatebot/renovate/commit/44a9f5283b0e75f3da64d644c10f6b3f0a5c3426)) - **manager/terraform:** close branch coverage gaps ([#&#8203;45948](https://github.com/renovatebot/renovate/issues/45948)) ([dec41b6](https://github.com/renovatebot/renovate/commit/dec41b697e7ff92f56fca03970e66ebcf2b221a9)) - **manager:** close long-tail branch coverage gaps ([#&#8203;45954](https://github.com/renovatebot/renovate/issues/45954)) ([55a7341](https://github.com/renovatebot/renovate/commit/55a7341be254e763c0db528dacd2da91b57ef0cc)) ##### Continuous Integration - ratchet the branch coverage threshold ([#&#8203;45955](https://github.com/renovatebot/renovate/issues/45955)) ([fa0eb6c](https://github.com/renovatebot/renovate/commit/fa0eb6cd4c463b1a0d3650c2f6edcba69ef48eda)) ### [`v44.90.3`](https://github.com/renovatebot/renovate/releases/tag/44.90.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.90.2...44.90.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.3 (main) ([#&#8203;46198](https://github.com/renovatebot/renovate/issues/46198)) ([b536021](https://github.com/renovatebot/renovate/commit/b536021ec7372afab2636831651c77e4e348def0)) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v7.1.0 (main) ([#&#8203;46195](https://github.com/renovatebot/renovate/issues/46195)) ([d2e5541](https://github.com/renovatebot/renovate/commit/d2e5541f232370a0df3624409872d6aea8beb7cd)) - **deps:** update dependency astral-sh/uv to v0.12.14 (main) ([#&#8203;46196](https://github.com/renovatebot/renovate/issues/46196)) ([653d730](https://github.com/renovatebot/renovate/commit/653d73057f5708ec3b550ec4b9d14448885c03cf)) - **deps:** update dependency uv to v0.12.14 (main) ([#&#8203;46197](https://github.com/renovatebot/renovate/issues/46197)) ([72e7670](https://github.com/renovatebot/renovate/commit/72e7670708ab5fa72a1421b7292cfbdc9401ae00)) ### [`v44.90.2`](https://github.com/renovatebot/renovate/releases/tag/44.90.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.90.1...44.90.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.2 (main) ([#&#8203;46170](https://github.com/renovatebot/renovate/issues/46170)) ([271ec2a](https://github.com/renovatebot/renovate/commit/271ec2a54e4ce1332e99f21930602ecc5e625f36)) ### [`v44.90.1`](https://github.com/renovatebot/renovate/releases/tag/44.90.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.90.0...44.90.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.1 (main) ([#&#8203;46137](https://github.com/renovatebot/renovate/issues/46137)) ([73bf8d0](https://github.com/renovatebot/renovate/commit/73bf8d0f645d784879e6e744dfd3bcf346910e88)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.15.2 (main) ([#&#8203;46136](https://github.com/renovatebot/renovate/issues/46136)) ([1b8054f](https://github.com/renovatebot/renovate/commit/1b8054f66e306aa885b28a2101cb374b39a52e3f)) ### [`v44.90.0`](https://github.com/renovatebot/renovate/releases/tag/44.90.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.89.1...44.90.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.98.0 (main) ([#&#8203;46125](https://github.com/renovatebot/renovate/issues/46125)) ([fb7f1f4](https://github.com/renovatebot/renovate/commit/fb7f1f4e5a4ad8bbdc4874ee0676922a0d8e7572)) ##### Bug Fixes - **exec:** memoise which `install-tool`s we've run ([#&#8203;46084](https://github.com/renovatebot/renovate/issues/46084)) ([b2135e4](https://github.com/renovatebot/renovate/commit/b2135e41b709160d9901c0f675f434c10a4d764d)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.15.1 (main) ([#&#8203;46124](https://github.com/renovatebot/renovate/issues/46124)) ([0e4ccb2](https://github.com/renovatebot/renovate/commit/0e4ccb2ac5ca771639c0e49bd071408293789c1c)) ### [`v44.89.1`](https://github.com/renovatebot/renovate/releases/tag/44.89.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.89.0...44.89.1) ##### Bug Fixes - **datasource/go:** don't cache private modules ([#&#8203;45949](https://github.com/renovatebot/renovate/issues/45949)) ([826541b](https://github.com/renovatebot/renovate/commit/826541b2665270bc8a05514c544243be2620c242)) ### [`v44.89.0`](https://github.com/renovatebot/renovate/releases/tag/44.89.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.88.0...44.89.0) ##### Features - **manager/mise:** support selector lockfile updates ([#&#8203;44615](https://github.com/renovatebot/renovate/issues/44615)) ([2e951d2](https://github.com/renovatebot/renovate/commit/2e951d2254190b05d42c239756c4bdfe3a1c79a7)) ### [`v44.88.0`](https://github.com/renovatebot/renovate/releases/tag/44.88.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.87.1...44.88.0) ##### Features - **manager/github-actions:** support aws-actions/amazon-ecs-render-task-definition's `image` ([#&#8203;45940](https://github.com/renovatebot/renovate/issues/45940)) ([3e099dd](https://github.com/renovatebot/renovate/commit/3e099dd645a6d736150d7322fd5a9df15cd4747b)), closes [#&#8203;43038](https://github.com/renovatebot/renovate/issues/43038) ##### Performance Improvements - **manager/maven-wrapper:** avoid matching each line twice ([#&#8203;46027](https://github.com/renovatebot/renovate/issues/46027)) ([ed285cc](https://github.com/renovatebot/renovate/commit/ed285cc4c1024293796e836b794ef37bcdbc8eac)) ##### Documentation - **manager/github-actions:** clarify the "default" ([#&#8203;45957](https://github.com/renovatebot/renovate/issues/45957)) ([7295d6d](https://github.com/renovatebot/renovate/commit/7295d6dc164714c125e2fd164d8528f834f52ad5)) - **self-hosted-configuration:** correct reference to `cacheTtlOverride` namespaces ([#&#8203;45960](https://github.com/renovatebot/renovate/issues/45960)) ([fb77d30](https://github.com/renovatebot/renovate/commit/fb77d30477e9bff64edfa4ab28a690ab72d00217)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.15.0 (main) ([#&#8203;46025](https://github.com/renovatebot/renovate/issues/46025)) ([4e6dc54](https://github.com/renovatebot/renovate/commit/4e6dc54db4e9a697b185b4907af5525ed05e0425)) - **lint:** require `cacheable` on `withCache()` calls ([#&#8203;45958](https://github.com/renovatebot/renovate/issues/45958)) ([295cd65](https://github.com/renovatebot/renovate/commit/295cd651249201fdf3e423d4098651339588ba94)), closes [#&#8203;45949](https://github.com/renovatebot/renovate/issues/45949) ### [`v44.87.1`](https://github.com/renovatebot/renovate/releases/tag/44.87.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.87.0...44.87.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.13 (main) ([#&#8203;45953](https://github.com/renovatebot/renovate/issues/45953)) ([69d6f9d](https://github.com/renovatebot/renovate/commit/69d6f9dedc1011d2911f2c40110ec4b4b8a6b95b)) ### [`v44.87.0`](https://github.com/renovatebot/renovate/releases/tag/44.87.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.86.0...44.87.0) ##### Features - **presets/replacements:** xlsx to scoped ([#&#8203;43461](https://github.com/renovatebot/renovate/issues/43461)) ([43bc8c8](https://github.com/renovatebot/renovate/commit/43bc8c807f496cd5aae2e15dffceb9348166d4fe)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.9 (main) ([#&#8203;45945](https://github.com/renovatebot/renovate/issues/45945)) ([2e80293](https://github.com/renovatebot/renovate/commit/2e8029360d99a6ef93c811260bfde4bd8a474dbd)) ##### Code Refactoring - **workers/lookup:** drop stale istanbul ignores in generateUpdate ([#&#8203;45929](https://github.com/renovatebot/renovate/issues/45929)) ([ec4ba7b](https://github.com/renovatebot/renovate/commit/ec4ba7b381c5601f91f27208c21586645b9289cc)) ##### Tests - **datasource:** close branch coverage gaps ([#&#8203;45943](https://github.com/renovatebot/renovate/issues/45943)) ([3a723b7](https://github.com/renovatebot/renovate/commit/3a723b7891e43d6b687669d7053263029b854714)) - **workers/lookup:** cover untested branches under lookup/ ([#&#8203;45930](https://github.com/renovatebot/renovate/issues/45930)) ([7aedcb2](https://github.com/renovatebot/renovate/commit/7aedcb24d255fa5345e743a61353254e4b672acd)) ### [`v44.86.0`](https://github.com/renovatebot/renovate/releases/tag/44.86.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.85.1...44.86.0) ##### Features - **manager:** pass extracted constraints to updateArtifacts ([#&#8203;45826](https://github.com/renovatebot/renovate/issues/45826)) ([4b4d14e](https://github.com/renovatebot/renovate/commit/4b4d14ec00d7b32a03f3231a50c853b56d32fc9a)) ### [`v44.85.1`](https://github.com/renovatebot/renovate/releases/tag/44.85.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.85.0...44.85.1) ##### Bug Fixes - **platform/gitlab:** skip projects marked for deletion ([#&#8203;45928](https://github.com/renovatebot/renovate/issues/45928)) ([96e72f6](https://github.com/renovatebot/renovate/commit/96e72f6a939d667900e7d17b07ae3754d4acfa54)) ##### Code Refactoring - **lookup:** remove redundant currentValue check ([#&#8203;45933](https://github.com/renovatebot/renovate/issues/45933)) ([874060f](https://github.com/renovatebot/renovate/commit/874060f7ee1378bf747dcc70d6c39215b39dd2fa)) ### [`v44.85.0`](https://github.com/renovatebot/renovate/releases/tag/44.85.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.84.0...44.85.0) ##### Features - **platform:** validate gitea responses with schemas and share the implementation with forgejo ([#&#8203;45825](https://github.com/renovatebot/renovate/issues/45825)) ([4416075](https://github.com/renovatebot/renovate/commit/44160755f953ad05c7d143aa4efacc0ef5333d61)), closes [#&#8203;37075](https://github.com/renovatebot/renovate/issues/37075) [#&#8203;43900](https://github.com/renovatebot/renovate/issues/43900) [#&#8203;44068](https://github.com/renovatebot/renovate/issues/44068) [#&#8203;44048](https://github.com/renovatebot/renovate/issues/44048) [#&#8203;39533](https://github.com/renovatebot/renovate/issues/39533) [#&#8203;37768](https://github.com/renovatebot/renovate/issues/37768) [#&#8203;38040](https://github.com/renovatebot/renovate/issues/38040) ### [`v44.84.0`](https://github.com/renovatebot/renovate/releases/tag/44.84.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.83.3...44.84.0) ##### Features - **manager/github-actions:** support actions/setup-dotnet's `dotnet-version` ([#&#8203;45877](https://github.com/renovatebot/renovate/issues/45877)) ([e6c6f29](https://github.com/renovatebot/renovate/commit/e6c6f2914aa5cd552dd086756f7241c1b8c1ed1e)) - **manager/github-actions:** support actions/setup-java's `java-version` ([#&#8203;45878](https://github.com/renovatebot/renovate/issues/45878)) ([58cd82c](https://github.com/renovatebot/renovate/commit/58cd82c0601735f4816127bb5c81a8f03376cebb)) ##### Documentation - **manager/github-actions:** generate one combined first-party and community table ([#&#8203;45875](https://github.com/renovatebot/renovate/issues/45875)) ([343fed8](https://github.com/renovatebot/renovate/commit/343fed8955ecc41258528e6cd993c44171d4e470)) ##### Code Refactoring - **manager/github-actions:** don't duplicate parsing logic for first-party Actions ([#&#8203;45887](https://github.com/renovatebot/renovate/issues/45887)) ([03906a7](https://github.com/renovatebot/renovate/commit/03906a7cbf375554cf87df9a0d5936522a43343d)), closes [#&#8203;35777](https://github.com/renovatebot/renovate/issues/35777) ### [`v44.83.3`](https://github.com/renovatebot/renovate/releases/tag/44.83.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.83.2...44.83.3) ##### Bug Fixes - **managers/pep621:** use lowest locked version from uv ([#&#8203;40208](https://github.com/renovatebot/renovate/issues/40208)) ([26903f4](https://github.com/renovatebot/renovate/commit/26903f432494e0b8db1ec9c138bc89e3c8bf4986)) ##### Documentation - clarify extractVersion and add artifactory example ([#&#8203;45926](https://github.com/renovatebot/renovate/issues/45926)) ([405c32b](https://github.com/renovatebot/renovate/commit/405c32b88e17a917296594438c7cc99db8cd1578)) ##### Miscellaneous Chores - **deps:** update dependency pnpm to v11.26.0 (main) ([#&#8203;45919](https://github.com/renovatebot/renovate/issues/45919)) ([b8d1e03](https://github.com/renovatebot/renovate/commit/b8d1e03edbb74de9c4c93354d35142aeb08c4aa6)) ##### Code Refactoring - **git:** extract runtime config appending ([#&#8203;45165](https://github.com/renovatebot/renovate/issues/45165)) ([86890d2](https://github.com/renovatebot/renovate/commit/86890d2142d5e0a7c728c760c831b625cba75dac)) ### [`v44.83.2`](https://github.com/renovatebot/renovate/releases/tag/44.83.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.83.1...44.83.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.12 (main) ([#&#8203;45923](https://github.com/renovatebot/renovate/issues/45923)) ([9dfdac3](https://github.com/renovatebot/renovate/commit/9dfdac3faeb61585fa8b7d35f47791099c3ee280)) ##### Documentation - update references to otel/opentelemetry-collector-contrib to v0.160.0 (main) ([#&#8203;45924](https://github.com/renovatebot/renovate/issues/45924)) ([dca8aca](https://github.com/renovatebot/renovate/commit/dca8aca4b6b58261d77377060e75197af1fe02fa)) - update references to renovate/renovate (main) ([#&#8203;45925](https://github.com/renovatebot/renovate/issues/45925)) ([4a9d77d](https://github.com/renovatebot/renovate/commit/4a9d77d29a540e6042692cec908cb6db2a1adeb9)) ##### Build System - **deps:** update dependency node-html-parser to v9.0.4 (main) ([#&#8203;45922](https://github.com/renovatebot/renovate/issues/45922)) ([b3acc1e](https://github.com/renovatebot/renovate/commit/b3acc1e6980e52f9b9ba1b2c621aab6a0878b726)) ### [`v44.83.1`](https://github.com/renovatebot/renovate/releases/tag/44.83.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.83.0...44.83.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.11 (main) ([#&#8203;45920](https://github.com/renovatebot/renovate/issues/45920)) ([be7b0a6](https://github.com/renovatebot/renovate/commit/be7b0a69d52c86dab20761b36b962442e1424328)) ##### Documentation - update references to astral-sh/setup-uv to v10.1.0 (main) ([#&#8203;45921](https://github.com/renovatebot/renovate/issues/45921)) ([b6ffadc](https://github.com/renovatebot/renovate/commit/b6ffadc70c627ed9d7d1893d1e0a750e3929f9c8)) - update references to python to [`e06cc11`](https://github.com/renovatebot/renovate/commit/e06cc11) (main) ([#&#8203;45918](https://github.com/renovatebot/renovate/issues/45918)) ([fa393c4](https://github.com/renovatebot/renovate/commit/fa393c49d0c4c7ade32480961ef3c015cc144f1f)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;containerbase/istanbul-reports-html](https://github.com/containerbase/istanbul-reports-html) to v2.0.18 (main) ([#&#8203;45914](https://github.com/renovatebot/renovate/issues/45914)) ([ab37ef2](https://github.com/renovatebot/renovate/commit/ab37ef24101158e31f0bec50cf36de7ca043c676)) ### [`v44.83.0`](https://github.com/renovatebot/renovate/releases/tag/44.83.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.5...44.83.0) ##### Features - **data:** automatic update of static data ([#&#8203;45911](https://github.com/renovatebot/renovate/issues/45911)) ([acfaa88](https://github.com/renovatebot/renovate/commit/acfaa88a5021b5f849e8949dbc509dda500b3210)) ### [`v44.82.5`](https://github.com/renovatebot/renovate/releases/tag/44.82.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.4...44.82.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.10 (main) ([#&#8203;45913](https://github.com/renovatebot/renovate/issues/45913)) ([28019a4](https://github.com/renovatebot/renovate/commit/28019a4db939e4165e45d6f11051006fc38305a7)) ### [`v44.82.4`](https://github.com/renovatebot/renovate/releases/tag/44.82.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.3...44.82.4) ##### Bug Fixes - **dashboard:** keep abandoned note outside the `<details>` block ([#&#8203;45902](https://github.com/renovatebot/renovate/issues/45902)) ([65f8036](https://github.com/renovatebot/renovate/commit/65f803630e5df27c2766f63cb6e86819330002b2)) ##### Documentation - **hostRules:** replace the stale matchHost port warning ([#&#8203;45901](https://github.com/renovatebot/renovate/issues/45901)) ([29033c3](https://github.com/renovatebot/renovate/commit/29033c376727b7a8d5e44f10781ba88d820b9713)), closes [#&#8203;22007](https://github.com/renovatebot/renovate/issues/22007) [#&#8203;29487](https://github.com/renovatebot/renovate/issues/29487) ### [`v44.82.3`](https://github.com/renovatebot/renovate/releases/tag/44.82.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.2...44.82.3) ##### Bug Fixes - exit non-zero after an unhandled rejection ([#&#8203;45895](https://github.com/renovatebot/renovate/issues/45895)) ([41e2689](https://github.com/renovatebot/renovate/commit/41e2689b182368d474d43ee06dc85b39639d1085)) ### [`v44.82.2`](https://github.com/renovatebot/renovate/releases/tag/44.82.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.1...44.82.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.9 (main) ([#&#8203;45899](https://github.com/renovatebot/renovate/issues/45899)) ([4bbe614](https://github.com/renovatebot/renovate/commit/4bbe614b67b143d77e409fddf46609983c44d6da)) ##### Miscellaneous Chores - **deps:** update dependency lint-staged to v17.5.0 (main) ([#&#8203;45900](https://github.com/renovatebot/renovate/issues/45900)) ([57d001c](https://github.com/renovatebot/renovate/commit/57d001c64a05446d95c2692e2adea68eafa5337c)) ### [`v44.82.1`](https://github.com/renovatebot/renovate/releases/tag/44.82.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.82.0...44.82.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.8 (main) ([#&#8203;45898](https://github.com/renovatebot/renovate/issues/45898)) ([2352b67](https://github.com/renovatebot/renovate/commit/2352b670cfc1a8328b3e3c57194203a4414452cd)) ### [`v44.82.0`](https://github.com/renovatebot/renovate/releases/tag/44.82.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.81.0...44.82.0) ##### Features - **manager/github-actions:** support renovatebot/github-action `renovate-image` ([#&#8203;45873](https://github.com/renovatebot/renovate/issues/45873)) ([6580ef4](https://github.com/renovatebot/renovate/commit/6580ef4f97388de49bf7f737e08883e89a61a7b0)) - **manager/github-actions:** support renovatebot/github-action's `renovate-version` ([#&#8203;45872](https://github.com/renovatebot/renovate/issues/45872)) ([e4307d5](https://github.com/renovatebot/renovate/commit/e4307d526aec24129dff566737633a3e628fd053)) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.7 (main) ([#&#8203;45882](https://github.com/renovatebot/renovate/issues/45882)) ([282a0f3](https://github.com/renovatebot/renovate/commit/282a0f365baeb94a3fe85f0680dacd87db476a4e)) ### [`v44.81.0`](https://github.com/renovatebot/renovate/releases/tag/44.81.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.80.0...44.81.0) ##### Features - **datasource/npm:** integrity and tarball extraction ([#&#8203;44315](https://github.com/renovatebot/renovate/issues/44315)) ([ac22678](https://github.com/renovatebot/renovate/commit/ac22678812078afde70443fe84f791edcb8a158e)) - **manager/mise:** support gitlab backend ([#&#8203;44116](https://github.com/renovatebot/renovate/issues/44116)) ([141e136](https://github.com/renovatebot/renovate/commit/141e1368699785b77a495bb1a0b22dc55aae4e3e)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.71.0 (main) ([#&#8203;45871](https://github.com/renovatebot/renovate/issues/45871)) ([7217c0b](https://github.com/renovatebot/renovate/commit/7217c0bb98eb07184f9f66564b7ca1f7746f1bcb)) ##### Tests - close remaining line coverage gaps ([#&#8203;45870](https://github.com/renovatebot/renovate/issues/45870)) ([c23e9f0](https://github.com/renovatebot/renovate/commit/c23e9f0fe55046cf3b468b4d6677cd25591d1378)) ### [`v44.80.0`](https://github.com/renovatebot/renovate/releases/tag/44.80.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.6...44.80.0) ##### Features - **datasource/gitlab-releases:** replace getJsonUnchecked with validated getJson ([#&#8203;44145](https://github.com/renovatebot/renovate/issues/44145)) ([da4cbf6](https://github.com/renovatebot/renovate/commit/da4cbf6d8006bc377211ba8c3ca1968de19fd9dd)) - **datasource/gitlab-tags:** replace getJsonUnchecked with validated getJson ([#&#8203;44144](https://github.com/renovatebot/renovate/issues/44144)) ([e5ef25b](https://github.com/renovatebot/renovate/commit/e5ef25bbbaaa22aa5143e1cc92d4199a5213bd8c)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.70.0 (main) ([#&#8203;45869](https://github.com/renovatebot/renovate/issues/45869)) ([eadd7b4](https://github.com/renovatebot/renovate/commit/eadd7b42e6aaaf0907bb8c2fbb81d0a6ef6df317)) ### [`v44.79.6`](https://github.com/renovatebot/renovate/releases/tag/44.79.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.5...44.79.6) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.6 (main) ([#&#8203;45866](https://github.com/renovatebot/renovate/issues/45866)) ([0e552f9](https://github.com/renovatebot/renovate/commit/0e552f99fdfe3c485bed9a7df7de5b1726f429ca)) ### [`v44.79.5`](https://github.com/renovatebot/renovate/releases/tag/44.79.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.4...44.79.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.5 (main) ([#&#8203;45865](https://github.com/renovatebot/renovate/issues/45865)) ([0b88a0e](https://github.com/renovatebot/renovate/commit/0b88a0ead189fdc42c7ee57d3f8aeadfe9a1cae5)) ### [`v44.79.4`](https://github.com/renovatebot/renovate/releases/tag/44.79.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.3...44.79.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.4 (main) ([#&#8203;45864](https://github.com/renovatebot/renovate/issues/45864)) ([cd6d5a8](https://github.com/renovatebot/renovate/commit/cd6d5a8d3d191ffe20c341f9d13aa76eab7c8459)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.7 (main) ([#&#8203;45863](https://github.com/renovatebot/renovate/issues/45863)) ([5d7da8f](https://github.com/renovatebot/renovate/commit/5d7da8f164139ac4088db9b466961fc0638dcbe0)) ### [`v44.79.3`](https://github.com/renovatebot/renovate/releases/tag/44.79.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.2...44.79.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.3 (main) ([#&#8203;45862](https://github.com/renovatebot/renovate/issues/45862)) ([7facc6e](https://github.com/renovatebot/renovate/commit/7facc6e9660259154818627157e15d90cfcec481)) ##### Miscellaneous Chores - **deps:** update astral-sh/setup-uv action to v10.1.0 (main) ([#&#8203;45858](https://github.com/renovatebot/renovate/issues/45858)) ([a13d962](https://github.com/renovatebot/renovate/commit/a13d962eea281fa2fa47bcf33f4d9fa44a78b40b)) - **deps:** update dependency astral-sh/uv to v0.12.13 (main) ([#&#8203;45859](https://github.com/renovatebot/renovate/issues/45859)) ([692322e](https://github.com/renovatebot/renovate/commit/692322e27f824fb7ec9e63a041e0d8e0f1143981)) - **deps:** update dependency uv to v0.12.13 (main) ([#&#8203;45860](https://github.com/renovatebot/renovate/issues/45860)) ([15a137c](https://github.com/renovatebot/renovate/commit/15a137c1e6bec42caac25d13029c093c762590ba)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.5 (main) ([#&#8203;45857](https://github.com/renovatebot/renovate/issues/45857)) ([26510c5](https://github.com/renovatebot/renovate/commit/26510c5b9e403f195edd93e84ecd5984fd686307)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.6 (main) ([#&#8203;45861](https://github.com/renovatebot/renovate/issues/45861)) ([0fd32ad](https://github.com/renovatebot/renovate/commit/0fd32ad086f0e1ff76d16344053d3c9d27e5324f)) ### [`v44.79.2`](https://github.com/renovatebot/renovate/releases/tag/44.79.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.1...44.79.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.1 (main) ([#&#8203;45854](https://github.com/renovatebot/renovate/issues/45854)) ([f4ceee4](https://github.com/renovatebot/renovate/commit/f4ceee491d6a4d3c3b4551c11cd80f1aa9793161)) ##### Miscellaneous Chores - **lint:** add oxlint rule to block dev-dependency imports in production code ([#&#8203;45851](https://github.com/renovatebot/renovate/issues/45851)) ([134dc6c](https://github.com/renovatebot/renovate/commit/134dc6cd3804aeff5f1d91593da7658b4a78a0ea)) ### [`v44.79.1`](https://github.com/renovatebot/renovate/releases/tag/44.79.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.79.0...44.79.1) ##### Bug Fixes - **deps:** promote `common-tags` to a prod dependency ([#&#8203;45850](https://github.com/renovatebot/renovate/issues/45850)) ([1d33143](https://github.com/renovatebot/renovate/commit/1d331437275cada0a0091e2d9a5b85fa0ea90fa1)) ### [`v44.79.0`](https://github.com/renovatebot/renovate/releases/tag/44.79.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.78.0...44.79.0) ##### Features - **config:** add `inheritConfigTrusted` to trust inherited-config `hostRules` ([238e15a](https://github.com/renovatebot/renovate/commit/238e15a4987ea922437fe8a04d70d2755532536c)) - **host-rules:** add `allowInternal` ([09d2da2](https://github.com/renovatebot/renovate/commit/09d2da2f1b33f22706966eacb91bf1373bdb19ef)) ##### Bug Fixes - **config:** surface blocked hosts more clearly when resolving config ([acb46bc](https://github.com/renovatebot/renovate/commit/acb46bc70666f2378a888a40fbceeca5a632ca74)) - **util/host-rules:** resolve `enabled` per trust tier ([7d3fe44](https://github.com/renovatebot/renovate/commit/7d3fe44060e6fd05088fbda17b330c0ffbbdae0b)) - **util/http:** allow blocking requests to internal hosts ([29a7b9c](https://github.com/renovatebot/renovate/commit/29a7b9c5f55afe034fa6a18bc96ce0137232c126)) - **workers/repository/init:** surface inherited-config validation errors ([270a3b7](https://github.com/renovatebot/renovate/commit/270a3b771900d59b562e3b989fd2083895af6302)) ##### Code Refactoring - **host-rules:** add an inherited trust tier ([7386ea4](https://github.com/renovatebot/renovate/commit/7386ea49c43c1b103b49e399b267b1e329c710fb)) - **util/http:** add host guard address classifier ([0db7cdd](https://github.com/renovatebot/renovate/commit/0db7cdd91f016643adda1df2ef247c3be3b321fb)) - **util/http:** share options preparation between request and stream ([2361d04](https://github.com/renovatebot/renovate/commit/2361d04e6c5382007a53d0f5bb538ec2f1db1b13)) ##### Tests - **config/presets/github:** cover that preset strings don't include a host ([d4614ac](https://github.com/renovatebot/renovate/commit/d4614acc5479d60f3e93a53dadc32654f2376194)) - **docs:** support self-hosted-only sub-options in documentation checks ([e58e46d](https://github.com/renovatebot/renovate/commit/e58e46d24f8ecf8b9e68f04315ec9e7707c4fb1f)) ### [`v44.78.0`](https://github.com/renovatebot/renovate/releases/tag/44.78.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.77.0...44.78.0) ##### Features - **manager/github-actions:** extract expo GitHub actions' `eas-version` ([#&#8203;45846](https://github.com/renovatebot/renovate/issues/45846)) ([6d67f70](https://github.com/renovatebot/renovate/commit/6d67f70cd2e4e09c5da12dab184db318e795b71f)) ##### Bug Fixes - **changelog:** log external host errors below the error level ([#&#8203;45798](https://github.com/renovatebot/renovate/issues/45798)) ([5ec380f](https://github.com/renovatebot/renovate/commit/5ec380f40249b334e101c3b059103bf3535c93d8)) - **manager/npm:** keep workspace entries when massaging lockstep siblings ([#&#8203;45786](https://github.com/renovatebot/renovate/issues/45786)) ([76d55bf](https://github.com/renovatebot/renovate/commit/76d55bf3e664bd2588235ddd9af660bcf4daffde)) ##### Code Refactoring - emojify pr body notes ([#&#8203;45646](https://github.com/renovatebot/renovate/issues/45646)) ([4afe14f](https://github.com/renovatebot/renovate/commit/4afe14fb19ebdc4c1eb26083c6b13b3b000661a8)) - **platform/utils/pr-body:** treat truncation as an "Important" callout ([#&#8203;45645](https://github.com/renovatebot/renovate/issues/45645)) ([c387bc1](https://github.com/renovatebot/renovate/commit/c387bc11e48fa6870e92b8bcdb0e4a6c86974f83)) ### [`v44.77.0`](https://github.com/renovatebot/renovate/releases/tag/44.77.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.76.0...44.77.0) ##### Features - **config:** add experimental `exitCodeForErrors` option ([#&#8203;45752](https://github.com/renovatebot/renovate/issues/45752)) ([9cecb86](https://github.com/renovatebot/renovate/commit/9cecb86ecadddf4320a280f1b41337e8c090bdf5)) ### [`v44.76.0`](https://github.com/renovatebot/renovate/releases/tag/44.76.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.75.2...44.76.0) ##### Features - **manager/npm:** support pnpm v11.23 url-keyed registries ([#&#8203;45844](https://github.com/renovatebot/renovate/issues/45844)) ([a4a5efa](https://github.com/renovatebot/renovate/commit/a4a5efa8c21e6700a78ae89091bf34ee3e7e7065)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.12 (main) ([#&#8203;45837](https://github.com/renovatebot/renovate/issues/45837)) ([113ea82](https://github.com/renovatebot/renovate/commit/113ea82683fc66df00da41adbd610c4a76b80a76)) - drop stale legacy-decryption coverage exclusion ([#&#8203;45841](https://github.com/renovatebot/renovate/issues/45841)) ([8e965bf](https://github.com/renovatebot/renovate/commit/8e965bfe2c08dc493f452032bdb970807af129db)), closes [#&#8203;39111](https://github.com/renovatebot/renovate/issues/39111) ##### Tests - **util:** cover remaining implicit else branches ([#&#8203;45840](https://github.com/renovatebot/renovate/issues/45840)) ([8e19aef](https://github.com/renovatebot/renovate/commit/8e19aef903e537d578b03c6a71465dd8d3c2b35f)) - **util:** cover remaining lib/util coverage gaps ([#&#8203;45832](https://github.com/renovatebot/renovate/issues/45832)) ([b5211d4](https://github.com/renovatebot/renovate/commit/b5211d4944ebf02da4392a344cf550524e9747b2)) ##### Continuous Integration - raise coverage thresholds to measured values ([#&#8203;45843](https://github.com/renovatebot/renovate/issues/45843)) ([9344de3](https://github.com/renovatebot/renovate/commit/9344de3dc05207d57e2b482f71297df427e752d7)) - tighten statements and functions coverage thresholds ([#&#8203;45833](https://github.com/renovatebot/renovate/issues/45833)) ([dfc9890](https://github.com/renovatebot/renovate/commit/dfc9890368063aaa9b2e145b9f6fac8669f88536)) ### [`v44.75.2`](https://github.com/renovatebot/renovate/releases/tag/44.75.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.75.1...44.75.2) ##### Build System - **deps:** update dependency [@&#8203;redis/client](https://github.com/redis/client) to v6 (main) ([#&#8203;45789](https://github.com/renovatebot/renovate/issues/45789)) ([619ce40](https://github.com/renovatebot/renovate/commit/619ce40237605e09ce831ed5098c9d9cf3f56f0b)) ##### Continuous Integration - raise coverage thresholds ([#&#8203;45831](https://github.com/renovatebot/renovate/issues/45831)) ([069c950](https://github.com/renovatebot/renovate/commit/069c95057412903cfd05eb27bcd48f95783f7c3f)) ### [`v44.75.1`](https://github.com/renovatebot/renovate/releases/tag/44.75.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.75.0...44.75.1) ##### Build System - **deps:** update dependency node-html-parser to v9.0.3 (main) ([#&#8203;45829](https://github.com/renovatebot/renovate/issues/45829)) ([e11b40f](https://github.com/renovatebot/renovate/commit/e11b40f2fe59c186610ab073602e97743b80d0c3)) ### [`v44.75.0`](https://github.com/renovatebot/renovate/releases/tag/44.75.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.74.1...44.75.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.97.0 (main) ([#&#8203;45828](https://github.com/renovatebot/renovate/issues/45828)) ([47de98f](https://github.com/renovatebot/renovate/commit/47de98feb7d298bef4414a6d60a60018646cd201)) ### [`v44.74.1`](https://github.com/renovatebot/renovate/releases/tag/44.74.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.74.0...44.74.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.96.2 (main) ([#&#8203;45827](https://github.com/renovatebot/renovate/issues/45827)) ([1e3547b](https://github.com/renovatebot/renovate/commit/1e3547bd4e73395c46ad7ccc62192939d0e40e49)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.12 (main) ([#&#8203;45821](https://github.com/renovatebot/renovate/issues/45821)) ([760b8be](https://github.com/renovatebot/renovate/commit/760b8be9110bc192c2d7d450dc7949ff326982cb)) - **deps:** update dependency memfs to v4.69.1 (main) ([#&#8203;45823](https://github.com/renovatebot/renovate/issues/45823)) ([c64e6bf](https://github.com/renovatebot/renovate/commit/c64e6bf9db9ff7a72bc3953ae0b33901d9a27268)) - **deps:** update dependency uv to v0.12.12 (main) ([#&#8203;45822](https://github.com/renovatebot/renovate/issues/45822)) ([4577384](https://github.com/renovatebot/renovate/commit/45773840764d197dd72755336fcd7b94da4cc64a)) ### [`v44.74.0`](https://github.com/renovatebot/renovate/releases/tag/44.74.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.73.0...44.74.0) ##### Features - **presets:** vale package versions custom manager ([#&#8203;45817](https://github.com/renovatebot/renovate/issues/45817)) ([b5121c7](https://github.com/renovatebot/renovate/commit/b5121c7b1570064006439ef88ebc147e928166d4)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.69.0 (main) ([#&#8203;45820](https://github.com/renovatebot/renovate/issues/45820)) ([d37de94](https://github.com/renovatebot/renovate/commit/d37de944060b8198844140c5ac413adabb15bc13)) ### [`v44.73.0`](https://github.com/renovatebot/renovate/releases/tag/44.73.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.72.0...44.73.0) ##### Features - **automerge:** attempt branch automerge before falling back to a PR on merge queue rejection ([#&#8203;45724](https://github.com/renovatebot/renovate/issues/45724)) ([4573aa6](https://github.com/renovatebot/renovate/commit/4573aa6ac8af337252e9cf1a3492f7203cb24b93)) - **github:** add support for using merge queues without auto merge ([#&#8203;45721](https://github.com/renovatebot/renovate/issues/45721)) ([7b25e97](https://github.com/renovatebot/renovate/commit/7b25e97ba3b94db9ddf8ea7c9db2641585b7737e)), closes [#&#8203;45252](https://github.com/renovatebot/renovate/issues/45252) - **gitlab:** merge MRs through merge trains via the platform merge queue API ([#&#8203;45722](https://github.com/renovatebot/renovate/issues/45722)) ([5f91549](https://github.com/renovatebot/renovate/commit/5f9154944760d18d7f011e4ba137a1cc1d6d0086)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v4.38.0 (main) ([#&#8203;45816](https://github.com/renovatebot/renovate/issues/45816)) ([40aedc3](https://github.com/renovatebot/renovate/commit/40aedc35482045ed82f597584b9bd70ecdc10a15)) ### [`v44.72.0`](https://github.com/renovatebot/renovate/releases/tag/44.72.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.71.3...44.72.0) ##### Features - **manager:** share OCI Helm chart resolution across managers ([#&#8203;45760](https://github.com/renovatebot/renovate/issues/45760)) ([be13c9f](https://github.com/renovatebot/renovate/commit/be13c9f5f70c2592e45c794f6b2b44cb74768572)) ##### Bug Fixes - **merge-confidence:** don't require auth in `platform=local` ([#&#8203;45769](https://github.com/renovatebot/renovate/issues/45769)) ([f2896de](https://github.com/renovatebot/renovate/commit/f2896deaaf1ab6c0532609ff32e06c61d23cc5fe)) ##### Code Refactoring - **lint:** enforce err key for errors in logger metadata ([#&#8203;45759](https://github.com/renovatebot/renovate/issues/45759)) ([b2d3b64](https://github.com/renovatebot/renovate/commit/b2d3b64c480d3b9da94a6c24f0c5b07c47e29be7)) ##### Build System - **deps:** update dependency prettier to v3.9.6 (main) ([#&#8203;45815](https://github.com/renovatebot/renovate/issues/45815)) ([9d74625](https://github.com/renovatebot/renovate/commit/9d74625d93c92e881ab2a9255af09543d527efaf)) ### [`v44.71.3`](https://github.com/renovatebot/renovate/releases/tag/44.71.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.71.2...44.71.3) ##### Miscellaneous Chores - **deps:** update dependency graphql to v17 (main) ([#&#8203;45814](https://github.com/renovatebot/renovate/issues/45814)) ([0c4abf8](https://github.com/renovatebot/renovate/commit/0c4abf8a657d39ffe3daf98e06fa644342e27ddf)) ##### Code Refactoring - use modern neotraverse API ([#&#8203;45809](https://github.com/renovatebot/renovate/issues/45809)) ([634d3b6](https://github.com/renovatebot/renovate/commit/634d3b6084c6befae1a0813d03dba5e90cf61c60)) ##### Build System - **deps:** update commander to v15 (main) ([#&#8203;45804](https://github.com/renovatebot/renovate/issues/45804)) ([c648a3b](https://github.com/renovatebot/renovate/commit/c648a3bd704c9bb5f22ca3fe35fd3b3a59e9ba71)) - **deps:** update dependency neotraverse to v1 (main) ([#&#8203;45806](https://github.com/renovatebot/renovate/issues/45806)) ([f36f91e](https://github.com/renovatebot/renovate/commit/f36f91e5b2f52c1ead38bcd327df91d953932f64)) - **deps:** update dependency xmldoc to v3 (main) ([#&#8203;45813](https://github.com/renovatebot/renovate/issues/45813)) ([2428a40](https://github.com/renovatebot/renovate/commit/2428a40043d46733e25380a10e3e614428cc8b13)) ### [`v44.71.2`](https://github.com/renovatebot/renovate/releases/tag/44.71.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.71.1...44.71.2) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/setup-uv to v10 (main) ([#&#8203;45808](https://github.com/renovatebot/renovate/issues/45808)) ([42cf188](https://github.com/renovatebot/renovate/commit/42cf188fdc934865fe75b6358b27499c24990fd1)) ##### Build System - **deps:** update dependency google-auth-library to v11 (main) ([#&#8203;45805](https://github.com/renovatebot/renovate/issues/45805)) ([8a1b8a4](https://github.com/renovatebot/renovate/commit/8a1b8a4ff98844f14216c930553e2218258993f9)) - **deps:** update dependency markdown-it to v15 (main) ([#&#8203;45796](https://github.com/renovatebot/renovate/issues/45796)) ([0e5b228](https://github.com/renovatebot/renovate/commit/0e5b2287e10c63e109c2a10e0c09eef43c9cbb22)) - **deps:** update dependency node-html-parser to v9 (main) ([#&#8203;45807](https://github.com/renovatebot/renovate/issues/45807)) ([e7d7be9](https://github.com/renovatebot/renovate/commit/e7d7be96c89013163bbeb6e6479b27a6ca60f937)) ### [`v44.71.1`](https://github.com/renovatebot/renovate/releases/tag/44.71.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.71.0...44.71.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.96.1 (main) ([#&#8203;45803](https://github.com/renovatebot/renovate/issues/45803)) ([c55a988](https://github.com/renovatebot/renovate/commit/c55a988a0311e99afd061b3cf1e267ba9a90fbb9)) ### [`v44.71.0`](https://github.com/renovatebot/renovate/releases/tag/44.71.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.70.2...44.71.0) ##### Features - **presets/monorepo:** add convex monorepo ([#&#8203;45797](https://github.com/renovatebot/renovate/issues/45797)) ([25fe03a](https://github.com/renovatebot/renovate/commit/25fe03aa78a6f7f2818bc359b0f6f2e19f123183)) - **presets/workarounds:** group commander major update packages ([#&#8203;45801](https://github.com/renovatebot/renovate/issues/45801)) ([7c03a7e](https://github.com/renovatebot/renovate/commit/7c03a7e4ecd1af436fd16576cc330371489c0f20)) ##### Bug Fixes - **http:** improve warning message for ignored cross origin requests ([#&#8203;45802](https://github.com/renovatebot/renovate/issues/45802)) ([1d34441](https://github.com/renovatebot/renovate/commit/1d344418824c6b5dacddc87f446cc40f1ce65260)) ##### Miscellaneous Chores - **renovate:** group commander packages for major updates ([#&#8203;45800](https://github.com/renovatebot/renovate/issues/45800)) ([909b5be](https://github.com/renovatebot/renovate/commit/909b5be25a78eef0ff4ebd4ce83540467d3dd6b3)) ##### Build System - **deps:** update dependency got to v15.1.0 (main) ([#&#8203;45799](https://github.com/renovatebot/renovate/issues/45799)) ([4853c33](https://github.com/renovatebot/renovate/commit/4853c33bd63b75725492aca8ed44ee50e1cf0971)) - **deps:** update dependency got to v16 (main) ([#&#8203;45792](https://github.com/renovatebot/renovate/issues/45792)) ([0f33734](https://github.com/renovatebot/renovate/commit/0f33734c9943dc7e312cc38739b7f42fa6575de5)) ### [`v44.70.2`](https://github.com/renovatebot/renovate/releases/tag/44.70.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.70.1...44.70.2) ##### Build System - **deps:** update dependency got to v15 (main) ([#&#8203;43120](https://github.com/renovatebot/renovate/issues/43120)) ([2561284](https://github.com/renovatebot/renovate/commit/2561284dc4e94ac18ed5d9dd488603f045eb8664)) ### [`v44.70.1`](https://github.com/renovatebot/renovate/releases/tag/44.70.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.70.0...44.70.1) ##### Build System - **deps:** update dependency azure-devops-node-api to v17 (main) ([#&#8203;45790](https://github.com/renovatebot/renovate/issues/45790)) ([6501ecb](https://github.com/renovatebot/renovate/commit/6501ecba05977ba3725961d59082d29c23f7fa69)) ### [`v44.70.0`](https://github.com/renovatebot/renovate/releases/tag/44.70.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.14...44.70.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.96.0 (main) ([#&#8203;45783](https://github.com/renovatebot/renovate/issues/45783)) ([ab056dc](https://github.com/renovatebot/renovate/commit/ab056dce31c56f84e3478b9b1cdc8511ef93ee07)) ##### Miscellaneous Chores - **deps:** update zizmor (main) ([#&#8203;45788](https://github.com/renovatebot/renovate/issues/45788)) ([f93caed](https://github.com/renovatebot/renovate/commit/f93caed14e355d73d70f67a63e71ba94a027b49d)) ### [`v44.69.14`](https://github.com/renovatebot/renovate/releases/tag/44.69.14) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.13...44.69.14) ##### Build System - **deps:** update dependency node to v24.21.0 (main) ([#&#8203;45787](https://github.com/renovatebot/renovate/issues/45787)) ([1fe9e0b](https://github.com/renovatebot/renovate/commit/1fe9e0b215b0634b56b6cecbd817bd30f27e7c19)) ### [`v44.69.13`](https://github.com/renovatebot/renovate/releases/tag/44.69.13) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.12...44.69.13) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v1.4.1 (main) ([#&#8203;45784](https://github.com/renovatebot/renovate/issues/45784)) ([f7e6afb](https://github.com/renovatebot/renovate/commit/f7e6afbaffd3272f796a55ea195c176ba1d635bc)) - **deps:** update node.js to v24.21.0 (main) ([#&#8203;45785](https://github.com/renovatebot/renovate/issues/45785)) ([e318ccb](https://github.com/renovatebot/renovate/commit/e318ccbffc1125be58516d39739b8d9c5bfa488a)) ### [`v44.69.12`](https://github.com/renovatebot/renovate/releases/tag/44.69.12) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.11...44.69.12) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.14 (main) ([#&#8203;45780](https://github.com/renovatebot/renovate/issues/45780)) ([d4387f2](https://github.com/renovatebot/renovate/commit/d4387f2361bd31de4202c470a27c5e8daad783c7)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.11 (main) ([#&#8203;45776](https://github.com/renovatebot/renovate/issues/45776)) ([152d289](https://github.com/renovatebot/renovate/commit/152d28905422590497d70677734fdfdedda36b12)) - **deps:** update dependency uv to v0.12.11 (main) ([#&#8203;45777](https://github.com/renovatebot/renovate/issues/45777)) ([3ae3d24](https://github.com/renovatebot/renovate/commit/3ae3d24b7074842e1db80a70d1eb41b4df1e7d2d)) ### [`v44.69.11`](https://github.com/renovatebot/renovate/releases/tag/44.69.11) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.10...44.69.11) ##### Bug Fixes - **versioning/apk:** correctly implement APK's version constraint operators ([#&#8203;45692](https://github.com/renovatebot/renovate/issues/45692)) ([629740f](https://github.com/renovatebot/renovate/commit/629740f827a064d97dddefedd17c7fb5a36f82c5)) ##### Documentation - update GitLab security docs + announce Mend-hosted GitLab.com ([#&#8203;45420](https://github.com/renovatebot/renovate/issues/45420)) ([f3a5286](https://github.com/renovatebot/renovate/commit/f3a5286d858300468556848a501ba81578e91314)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;oxlint/plugins](https://github.com/oxlint/plugins) to v1.81.0 (main) ([#&#8203;45772](https://github.com/renovatebot/renovate/issues/45772)) ([8f76d4e](https://github.com/renovatebot/renovate/commit/8f76d4e01b99b907ec7772761385beabe3aec0ce)) - **deps:** update dependency oxlint to v1.81.0 (main) ([#&#8203;45775](https://github.com/renovatebot/renovate/issues/45775)) ([27452fc](https://github.com/renovatebot/renovate/commit/27452fcc093b7e50fa74cfa0c6f96e6801d90679)) ### [`v44.69.10`](https://github.com/renovatebot/renovate/releases/tag/44.69.10) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.9...44.69.10) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.13 (main) ([#&#8203;45771](https://github.com/renovatebot/renovate/issues/45771)) ([0204468](https://github.com/renovatebot/renovate/commit/02044684c1975edec770efef6cf2aca75f7bf225)) ### [`v44.69.9`](https://github.com/renovatebot/renovate/releases/tag/44.69.9) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.8...44.69.9) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.12 (main) ([#&#8203;45770](https://github.com/renovatebot/renovate/issues/45770)) ([f709c68](https://github.com/renovatebot/renovate/commit/f709c680c8d3610310860342abd35f5f04d6255f)) ##### Documentation - document assignAutomerge in automerge article ([#&#8203;44955](https://github.com/renovatebot/renovate/issues/44955)) ([95517d5](https://github.com/renovatebot/renovate/commit/95517d534edcd9411721eb9b0a1f2005b5dbc02f)) ### [`v44.69.8`](https://github.com/renovatebot/renovate/releases/tag/44.69.8) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.7...44.69.8) ##### Bug Fixes - **manager/npm:** Harden `.npmrc` sanitization ([#&#8203;44652](https://github.com/renovatebot/renovate/issues/44652)) ([2ee9a26](https://github.com/renovatebot/renovate/commit/2ee9a2667590a2f1cd5562e7d5f3d1dc2f9d4d83)) ### [`v44.69.7`](https://github.com/renovatebot/renovate/releases/tag/44.69.7) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.6...44.69.7) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.11 (main) ([#&#8203;45763](https://github.com/renovatebot/renovate/issues/45763)) ([b0d1e5e](https://github.com/renovatebot/renovate/commit/b0d1e5ed91d111e0cc5d8ccce4df0bbc65073c8c)) ### [`v44.69.6`](https://github.com/renovatebot/renovate/releases/tag/44.69.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.5...44.69.6) ##### Build System - **deps:** update opentelemetry-js-contrib monorepo (main) ([#&#8203;45761](https://github.com/renovatebot/renovate/issues/45761)) ([cc79d30](https://github.com/renovatebot/renovate/commit/cc79d3085fb26cba05746421e1e50d15ce6df0bf)) ### [`v44.69.5`](https://github.com/renovatebot/renovate/releases/tag/44.69.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.4...44.69.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.10 (main) ([#&#8203;45757](https://github.com/renovatebot/renovate/issues/45757)) ([6111d05](https://github.com/renovatebot/renovate/commit/6111d05d135cdb9ebafc52207966b3647caad87a)) ##### Build System - **deps:** update opentelemetry-js monorepo (main) ([#&#8203;45758](https://github.com/renovatebot/renovate/issues/45758)) ([7b5293e](https://github.com/renovatebot/renovate/commit/7b5293ef26f183fec54af27323f2efc8118d67ba)) ### [`v44.69.4`](https://github.com/renovatebot/renovate/releases/tag/44.69.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.3...44.69.4) ##### Bug Fixes - **manager/npm:** pass --no-frozen-lockfile to pnpm lock file updates ([#&#8203;44676](https://github.com/renovatebot/renovate/issues/44676)) ([6f0b6a5](https://github.com/renovatebot/renovate/commit/6f0b6a56d3dc0fb3ea8e86ee5710219b2c276d5e)) ### [`v44.69.3`](https://github.com/renovatebot/renovate/releases/tag/44.69.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.2...44.69.3) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.14 (main) ([#&#8203;45732](https://github.com/renovatebot/renovate/issues/45732)) ([96ecc86](https://github.com/renovatebot/renovate/commit/96ecc8677ba787ee6946a1eeccb66eee72064ded)) ### [`v44.69.2`](https://github.com/renovatebot/renovate/releases/tag/44.69.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.1...44.69.2) ##### Bug Fixes - **manager/pixi:** support optional channel options ([#&#8203;45273](https://github.com/renovatebot/renovate/issues/45273)) ([2e9e479](https://github.com/renovatebot/renovate/commit/2e9e4799121f6e61396d972b6791f51d4a1db90b)) ### [`v44.69.1`](https://github.com/renovatebot/renovate/releases/tag/44.69.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.69.0...44.69.1) ##### Tests - **presets:** validate internal presets the way they are consumed ([#&#8203;45712](https://github.com/renovatebot/renovate/issues/45712)) ([ff76622](https://github.com/renovatebot/renovate/commit/ff7662279182d0834b094054abb1f7ccdcf111c0)), closes [#&#8203;39738](https://github.com/renovatebot/renovate/issues/39738) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v1.4.0 (main) ([#&#8203;45754](https://github.com/renovatebot/renovate/issues/45754)) ([8e2080e](https://github.com/renovatebot/renovate/commit/8e2080ed5a1d89881159e0b3ef3f7b43eba9a71a)) ### [`v44.69.0`](https://github.com/renovatebot/renovate/releases/tag/44.69.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.68.3...44.69.0) ##### Features - **datasource/helm:** support aws s3 as helm charts repository ([#&#8203;45584](https://github.com/renovatebot/renovate/issues/45584)) ([c6578a4](https://github.com/renovatebot/renovate/commit/c6578a476b66707757705c49b3665f6017b958ad)) ### [`v44.68.3`](https://github.com/renovatebot/renovate/releases/tag/44.68.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.68.2...44.68.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.9 (main) ([#&#8203;45753](https://github.com/renovatebot/renovate/issues/45753)) ([5538ed1](https://github.com/renovatebot/renovate/commit/5538ed1b88934b11311ad5e21412b9cc94341680)) ### [`v44.68.2`](https://github.com/renovatebot/renovate/releases/tag/44.68.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.68.1...44.68.2) ##### Bug Fixes - **datasource/aws-machine-image:** return all AMI releases for minimumReleaseAge filtering ([#&#8203;43749](https://github.com/renovatebot/renovate/issues/43749)) ([325dc64](https://github.com/renovatebot/renovate/commit/325dc6407d8973cce51b5263244a6680ae89fd20)) ### [`v44.68.1`](https://github.com/renovatebot/renovate/releases/tag/44.68.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.68.0...44.68.1) ##### Bug Fixes - **datasource:** isolate release lookups by registry configuration ([#&#8203;45738](https://github.com/renovatebot/renovate/issues/45738)) ([3e15fc2](https://github.com/renovatebot/renovate/commit/3e15fc29edf26465c32e5128cf9e5bb2619570d4)) ### [`v44.68.0`](https://github.com/renovatebot/renovate/releases/tag/44.68.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.67.2...44.68.0) ##### Features - **datasource/apk:** default to `apk` versioning rather than `loose` ([#&#8203;45694](https://github.com/renovatebot/renovate/issues/45694)) ([b1cce8a](https://github.com/renovatebot/renovate/commit/b1cce8a0af1a54e75dec728929fd3f8ad0550468)) ##### Bug Fixes - **deno:** only collect workspace members when workspaces are declared ([#&#8203;45394](https://github.com/renovatebot/renovate/issues/45394)) ([8a926e8](https://github.com/renovatebot/renovate/commit/8a926e8cc7df547eec41af164ab4276a162d909f)) - **manager/dockerfile:** don't relabel the `syntax` dep as `final` ([#&#8203;45690](https://github.com/renovatebot/renovate/issues/45690)) ([569dff1](https://github.com/renovatebot/renovate/commit/569dff1961169b4cf5d193ef30f5e692d22fae51)) ### [`v44.67.2`](https://github.com/renovatebot/renovate/releases/tag/44.67.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.67.1...44.67.2) ##### Bug Fixes - **datasource/docker:** adjust tag caching for private registries ([#&#8203;45348](https://github.com/renovatebot/renovate/issues/45348)) ([1afa293](https://github.com/renovatebot/renovate/commit/1afa293ddada950d1ce845a7fc6c73f14d664321)), closes [#&#8203;45249](https://github.com/renovatebot/renovate/issues/45249) [#&#8203;45249](https://github.com/renovatebot/renovate/issues/45249) [#&#8203;40734](https://github.com/renovatebot/renovate/issues/40734) - **manager/npm:** prevent updates to unrelated Yarn v1 entries ([#&#8203;45737](https://github.com/renovatebot/renovate/issues/45737)) ([fcb52fe](https://github.com/renovatebot/renovate/commit/fcb52fef2c778b53a246e94d0813f052c1682164)) ### [`v44.67.1`](https://github.com/renovatebot/renovate/releases/tag/44.67.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.67.0...44.67.1) ##### Build System - **deps:** update dependency ignore to v7.0.8 (main) ([#&#8203;45751](https://github.com/renovatebot/renovate/issues/45751)) ([567f78c](https://github.com/renovatebot/renovate/commit/567f78c87a3bf0d743810c6503b3c2ac09d7e0e8)) ### [`v44.67.0`](https://github.com/renovatebot/renovate/releases/tag/44.67.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.66.1...44.67.0) ##### Features - **config:** promote `configValidationError` to inherited config ([#&#8203;45369](https://github.com/renovatebot/renovate/issues/45369)) ([8d9c7b1](https://github.com/renovatebot/renovate/commit/8d9c7b164eed14b495e5d9db26f5c727f7a4bc8c)) - **data:** automatic update of static data ([#&#8203;45728](https://github.com/renovatebot/renovate/issues/45728)) ([1b53e4f](https://github.com/renovatebot/renovate/commit/1b53e4f7125fd740c32ae0d3cea54192cc778438)) ##### Documentation - add Renovate Config Debugger to community tools ([#&#8203;45743](https://github.com/renovatebot/renovate/issues/45743)) ([599939d](https://github.com/renovatebot/renovate/commit/599939d229ede2ab4c8af17bdac167294cfaa18d)) - **community-tools:** remove duplicate trailing `.` ([#&#8203;45746](https://github.com/renovatebot/renovate/issues/45746)) ([0e932f3](https://github.com/renovatebot/renovate/commit/0e932f3d664de584c7b217e30341fe9f0ba6e2d6)) - **configuration-options:** fix typo ([#&#8203;45734](https://github.com/renovatebot/renovate/issues/45734)) ([374f8f3](https://github.com/renovatebot/renovate/commit/374f8f35ad963a2909fb6cb6e93e9e9264400231)) - **datasource/apk:** remove reference to renamed matcher ([#&#8203;45704](https://github.com/renovatebot/renovate/issues/45704)) ([839b7b5](https://github.com/renovatebot/renovate/commit/839b7b54c7b0b00919e6fc713f7d8241933d1349)) - **datasource/aws-eks-addon:** re-add removed `hostRules` documentation ([#&#8203;45745](https://github.com/renovatebot/renovate/issues/45745)) ([354dd99](https://github.com/renovatebot/renovate/commit/354dd992d9fb437697b63433f49ab4877b637f7a)), closes [#&#8203;45586](https://github.com/renovatebot/renovate/issues/45586) ##### Miscellaneous Chores - **deps:** update dependency type-fest to v5.9.0 (main) ([#&#8203;45744](https://github.com/renovatebot/renovate/issues/45744)) ([21a7e61](https://github.com/renovatebot/renovate/commit/21a7e610127d63c72cab613cc53e39bc55eaa9db)) ### [`v44.66.1`](https://github.com/renovatebot/renovate/releases/tag/44.66.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.66.0...44.66.1) ##### Miscellaneous Chores - **deps:** update dependency pnpm to v11.25.0 (main) ([#&#8203;45742](https://github.com/renovatebot/renovate/issues/45742)) ([8eb5da0](https://github.com/renovatebot/renovate/commit/8eb5da0b24f192bcb9e53a6058f008ee3076d9ef)) ##### Build System - **deps:** update dependency zod to v4.5.4 (main) ([#&#8203;45741](https://github.com/renovatebot/renovate/issues/45741)) ([ca1d66f](https://github.com/renovatebot/renovate/commit/ca1d66f7a1da3f0deb952bc1efa47677a20b96e0)) ### [`v44.66.0`](https://github.com/renovatebot/renovate/releases/tag/44.66.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.5...44.66.0) ##### Features - **presets:** remove duplicate octokit preset ([#&#8203;45708](https://github.com/renovatebot/renovate/issues/45708)) ([1bc6686](https://github.com/renovatebot/renovate/commit/1bc66866717f710b6ab85462c796dc0eebd08dde)) ##### Build System - **deps:** update dependency ignore to v7.0.7 (main) ([#&#8203;45733](https://github.com/renovatebot/renovate/issues/45733)) ([1ff45d7](https://github.com/renovatebot/renovate/commit/1ff45d775d4d5039b7666fd37b38b7e28290048f)) ### [`v44.65.5`](https://github.com/renovatebot/renovate/releases/tag/44.65.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.4...44.65.5) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pep440](https://github.com/renovatebot/pep440) to v5.0.1 (main) ([#&#8203;45689](https://github.com/renovatebot/renovate/issues/45689)) ([2b4f433](https://github.com/renovatebot/renovate/commit/2b4f43309c010e9abed4bf68b856bbb3ff7c4fb6)) ### [`v44.65.4`](https://github.com/renovatebot/renovate/releases/tag/44.65.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.3...44.65.4) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/pgp](https://github.com/renovatebot/pgp) to v1.3.18 (main) ([#&#8203;45727](https://github.com/renovatebot/renovate/issues/45727)) ([f4c9195](https://github.com/renovatebot/renovate/commit/f4c919583872264ef732e6b74bfbf50e626719da)) ### [`v44.65.3`](https://github.com/renovatebot/renovate/releases/tag/44.65.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.2...44.65.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.8 (main) ([#&#8203;45726](https://github.com/renovatebot/renovate/issues/45726)) ([295d2e3](https://github.com/renovatebot/renovate/commit/295d2e3eedb3d787aedd05ff6f34a44105af8d5b)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.68.2 (main) ([#&#8203;45725](https://github.com/renovatebot/renovate/issues/45725)) ([0a30d5b](https://github.com/renovatebot/renovate/commit/0a30d5b73e2cafbff89365941e78e3ea2c0519ce)) ### [`v44.65.2`](https://github.com/renovatebot/renovate/releases/tag/44.65.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.1...44.65.2) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.13 (main) ([#&#8203;45718](https://github.com/renovatebot/renovate/issues/45718)) ([b3977ea](https://github.com/renovatebot/renovate/commit/b3977ead7f3d869a1bb2dde504612f2c532c6f8f)) </details> <details> <summary>RijksICTGilde/zad-actions (https://github.com/RijksICTGilde/zad-actions)</summary> ### [`v4.2.0`](https://github.com/RijksICTGilde/zad-actions/releases/tag/v4.2.0) [Compare Source](https://github.com/RijksICTGilde/zad-actions/compare/v4.1.1...v4.2.0) ##### Upgrading Two outputs change meaning in this release. Nothing is renamed or removed, so nothing fails to parse, but a workflow that branches on either one will take a different path than it did on 4.1.x — and because the `v4` tag moves to this release, that happens without any change on your side. - `zad-deleted` is `false` for a deployment that was already gone, where 4.1.x reported `true`. Earlier versions of this README suggested `if: steps.cleanup.outputs.zad-deleted != 'true'` to flag an incomplete cleanup; that condition now also fires for the already-gone case, where there is nothing to clean up by hand. Branch on `failure()` instead — the action already fails the step on a real delete error. - `deploy`'s `url` output is the first declared component that *has* a public address, rather than the first declared component. On 4.1.x a first component without an ingress produced the literal string `null`; the step now picks the next component that does have an address, and fails outright when no component has one. A deploy of components that are all ingress-less used to pass with `url=null` and now stops. ##### Changed - Bump zad-cli from v0.8.0 to v0.12.0. Verified against the v0.12.0 binary itself: `deployment create` still takes `--component`, `--image`, `--file`, `--clone-from`, `--force-clone`, `--domain-format`, `--subdomain`, `--base-domain` and `--yes`; `deployment delete` still takes `--yes` and `--ignore-not-found` and still answers an absent deployment with `{"deleted": false, "reason": "not_found"}` as a single JSON document; and `Diagnosis` still carries the `fault`, `headline`, `summary`, `next_steps` and `status_code` fields `report_zad_error` reads - `cleanup` and `scheduled-cleanup`: `zad-deleted` now reports `false` for a deployment that was already gone. The API answers a delete for an absent deployment by completing the task with `deleted: false` rather than with a 404; v0.8.0 read that as a successful deletion and set `zad-deleted=true`. Workflows that branch on `zad-deleted == 'true'` will see the corrected value - `deploy`: multi-component deploys pass the component list as a manifest on stdin (`--file -`) instead of `--components`. This is required, not cosmetic — zad-cli removed `--components` in v0.10.0 - `deploy`: component URLs come from `zad deployment url` instead of being dug out of `.urls.<deployment>.urls.<component>` in the deploy's raw task result, a nesting the CLI never promised - `deploy`: the `url` output is the first declared component that *has* a public address, rather than simply the first component. A component without an ingress has no address, and publishing `null` would send the next step to somewhere that never existed ##### Internal - `install_zad_cli` prefers the release binary for the platform (one verified download) and falls back to the source install when there is no asset or the download fails. Linux arm64 is included, which zad-cli started publishing in v0.11.0 - `install_zad_cli` exports `~/.local/bin` directly when the binary branch ran, instead of asking `uv tool bin`: on a self-hosted runner `UV_TOOL_BIN_DIR` or `XDG_BIN_HOME` can point that elsewhere, leaving the binary off PATH - Checksum verification works on macOS too: it uses `shasum -a 256` where `sha256sum` is absent, and passes `--ignore-missing` in both cases because `SHA256SUMS` covers every platform's asset while only one is downloaded *** ##### What's Changed - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;56](https://github.com/RijksICTGilde/zad-actions/pull/56) - chore(deps): bump actions/checkout from 6 to 7 in the actions group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;51](https://github.com/RijksICTGilde/zad-actions/pull/51) - chore(deps): bump zad-cli to v0.12.0 and migrate the removed --components flag by [@&#8203;uittenbroekrobbert](https://github.com/uittenbroekrobbert) in [#&#8203;54](https://github.com/RijksICTGilde/zad-actions/pull/54) - docs: release v4.2.0 by [@&#8203;uittenbroekrobbert](https://github.com/uittenbroekrobbert) in [#&#8203;60](https://github.com/RijksICTGilde/zad-actions/pull/60) **Full Changelog**: <https://github.com/RijksICTGilde/zad-actions/compare/v4.1.1...v4.2.0> ### [`v4.1.1`](https://github.com/RijksICTGilde/zad-actions/releases/tag/v4.1.1) [Compare Source](https://github.com/RijksICTGilde/zad-actions/compare/v4.1.0...v4.1.1) ##### What's Changed - fix: stop URL-encoding the trailing newline in environment names by [@&#8203;tdjager](https://github.com/tdjager) in [#&#8203;57](https://github.com/RijksICTGilde/zad-actions/pull/57) - docs: release v4.1.1 by [@&#8203;tdjager](https://github.com/tdjager) in [#&#8203;58](https://github.com/RijksICTGilde/zad-actions/pull/58) **Full Changelog**: <https://github.com/RijksICTGilde/zad-actions/compare/v4.1.0...v4.1.1> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Amsterdam) - Branch creation - "before 6am on sunday" - 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42NS4xIiwidXBkYXRlZEluVmVyIjoiNDQuNjUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Update ghcr.io/renovatebot/renovate Docker tag to v44.65.5
All checks were successful
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 19s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
security-scan / JS SCA (npm audit) (pull_request) Successful in 21s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 44s
test-build / build (frontend) (pull_request) Successful in 1m17s
CI / frontend-test (pull_request) Successful in 1m20s
CI / pre-commit (pull_request) Successful in 1m23s
test-build / build (backend) (pull_request) Successful in 1m24s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 3m6s
CI / e2e (pull_request) Successful in 5m40s
5f7bf8422b
robbertbos force-pushed renovate/ci from 5f7bf8422b
All checks were successful
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 19s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
security-scan / JS SCA (npm audit) (pull_request) Successful in 21s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 44s
test-build / build (frontend) (pull_request) Successful in 1m17s
CI / frontend-test (pull_request) Successful in 1m20s
CI / pre-commit (pull_request) Successful in 1m23s
test-build / build (backend) (pull_request) Successful in 1m24s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 3m6s
CI / e2e (pull_request) Successful in 5m40s
to 4d2aee8b5a
All checks were successful
CI / release-scripts (pull_request) Successful in 6s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 19s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 39s
CI / frontend-test (pull_request) Successful in 1m5s
test-build / build (backend) (pull_request) Successful in 1m8s
test-build / build (pull_request) Successful in 0s
test-build / build (frontend) (pull_request) Successful in 1m5s
CI / pre-commit (pull_request) Successful in 2m6s
CI / backend-test (pull_request) Successful in 2m37s
CI / e2e (pull_request) Successful in 4m30s
2026-09-07 02:01:35 +00:00
Compare
robbertbos changed title from Update ghcr.io/renovatebot/renovate Docker tag to v44.65.5 to Update CI images and actions 2026-09-07 02:04:50 +00:00
robbertbos force-pushed renovate/ci from 4d2aee8b5a
All checks were successful
CI / release-scripts (pull_request) Successful in 6s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 19s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 39s
CI / frontend-test (pull_request) Successful in 1m5s
test-build / build (backend) (pull_request) Successful in 1m8s
test-build / build (pull_request) Successful in 0s
test-build / build (frontend) (pull_request) Successful in 1m5s
CI / pre-commit (pull_request) Successful in 2m6s
CI / backend-test (pull_request) Successful in 2m37s
CI / e2e (pull_request) Successful in 4m30s
to 073387c624
All checks were successful
CI / pre-commit (pull_request) Successful in 1m49s
CI / release-scripts (pull_request) Successful in 6s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 35s
security-scan / Python SAST (bandit) (pull_request) Successful in 17s
test-build / build (backend) (pull_request) Successful in 1m10s
test-build / build (pull_request) Successful in 0s
test-build / build (frontend) (pull_request) Successful in 58s
CI / frontend-test (pull_request) Successful in 3m36s
CI / backend-test (pull_request) Successful in 12m2s
CI / e2e (pull_request) Successful in 12m9s
2026-09-08 02:01:38 +00:00
Compare
robbertbos force-pushed renovate/ci from 073387c624
All checks were successful
CI / pre-commit (pull_request) Successful in 1m49s
CI / release-scripts (pull_request) Successful in 6s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 35s
security-scan / Python SAST (bandit) (pull_request) Successful in 17s
test-build / build (backend) (pull_request) Successful in 1m10s
test-build / build (pull_request) Successful in 0s
test-build / build (frontend) (pull_request) Successful in 58s
CI / frontend-test (pull_request) Successful in 3m36s
CI / backend-test (pull_request) Successful in 12m2s
CI / e2e (pull_request) Successful in 12m9s
to be542201df
Some checks failed
CI / pre-commit (pull_request) Successful in 1m46s
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SAST (bandit) (pull_request) Successful in 18s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 36s
test-build / build (backend) (pull_request) Successful in 1m7s
CI / frontend-test (pull_request) Failing after 3m19s
test-build / build (frontend) (pull_request) Successful in 58s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 11m7s
CI / e2e (pull_request) Successful in 10m16s
2026-09-09 02:01:37 +00:00
Compare
robbertbos force-pushed renovate/ci from be542201df
Some checks failed
CI / pre-commit (pull_request) Successful in 1m46s
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SAST (bandit) (pull_request) Successful in 18s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 36s
test-build / build (backend) (pull_request) Successful in 1m7s
CI / frontend-test (pull_request) Failing after 3m19s
test-build / build (frontend) (pull_request) Successful in 58s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 11m7s
CI / e2e (pull_request) Successful in 10m16s
to 0b1217f437
Some checks failed
CI / pre-commit (pull_request) Successful in 1m47s
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 20s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 38s
test-build / build (backend) (pull_request) Successful in 1m11s
CI / frontend-test (pull_request) Failing after 3m25s
test-build / build (frontend) (pull_request) Successful in 1m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 12m29s
CI / e2e (pull_request) Successful in 11m28s
2026-09-10 02:01:38 +00:00
Compare
robbertbos force-pushed renovate/ci from 0b1217f437
Some checks failed
CI / pre-commit (pull_request) Successful in 1m47s
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 20s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 38s
test-build / build (backend) (pull_request) Successful in 1m11s
CI / frontend-test (pull_request) Failing after 3m25s
test-build / build (frontend) (pull_request) Successful in 1m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 12m29s
CI / e2e (pull_request) Successful in 11m28s
to 2a0c0510a4
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 10s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 17s
security-scan / JS SCA (npm audit) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 19s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 36s
test-build / build (frontend) (pull_request) Successful in 1m4s
test-build / build (backend) (pull_request) Successful in 1m14s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 1m49s
CI / frontend-test (pull_request) Successful in 3m18s
CI / e2e (pull_request) Successful in 5m28s
CI / backend-test (pull_request) Successful in 12m32s
2026-09-11 02:01:39 +00:00
Compare
robbertbos force-pushed renovate/ci from 2a0c0510a4
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 10s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 17s
security-scan / JS SCA (npm audit) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 19s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 36s
test-build / build (frontend) (pull_request) Successful in 1m4s
test-build / build (backend) (pull_request) Successful in 1m14s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 1m49s
CI / frontend-test (pull_request) Successful in 3m18s
CI / e2e (pull_request) Successful in 5m28s
CI / backend-test (pull_request) Successful in 12m32s
to 56c3be09d3
All checks were successful
security-scan / Python SCA (pip-audit) (pull_request) Successful in 38s
test-build / build (frontend) (pull_request) Successful in 1m8s
CI / backend-test (pull_request) Successful in 2m48s
CI / pre-commit (pull_request) Successful in 1m11s
test-build / build (backend) (pull_request) Successful in 1m14s
CI / frontend-test (pull_request) Successful in 1m14s
test-build / build (pull_request) Successful in 0s
CI / e2e (pull_request) Successful in 4m49s
CI / release-scripts (pull_request) Successful in 9s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 18s
security-scan / JS SCA (npm audit) (pull_request) Successful in 20s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
2026-09-12 02:01:39 +00:00
Compare
robbertbos force-pushed renovate/ci from 56c3be09d3
All checks were successful
security-scan / Python SCA (pip-audit) (pull_request) Successful in 38s
test-build / build (frontend) (pull_request) Successful in 1m8s
CI / backend-test (pull_request) Successful in 2m48s
CI / pre-commit (pull_request) Successful in 1m11s
test-build / build (backend) (pull_request) Successful in 1m14s
CI / frontend-test (pull_request) Successful in 1m14s
test-build / build (pull_request) Successful in 0s
CI / e2e (pull_request) Successful in 4m49s
CI / release-scripts (pull_request) Successful in 9s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 18s
security-scan / JS SCA (npm audit) (pull_request) Successful in 20s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
to bbd641d59b
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 14s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 40s
test-build / build (frontend) (pull_request) Successful in 1m1s
test-build / build (backend) (pull_request) Successful in 1m20s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 2m6s
CI / frontend-test (pull_request) Successful in 4m7s
CI / backend-test (pull_request) Successful in 19m12s
CI / e2e (pull_request) Successful in 19m54s
2026-09-13 02:01:24 +00:00
Compare
robbertbos force-pushed renovate/ci from bbd641d59b
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 12s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 14s
security-scan / JS SCA (npm audit) (pull_request) Successful in 16s
security-scan / Python SAST (bandit) (pull_request) Successful in 21s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 40s
test-build / build (frontend) (pull_request) Successful in 1m1s
test-build / build (backend) (pull_request) Successful in 1m20s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 2m6s
CI / frontend-test (pull_request) Successful in 4m7s
CI / backend-test (pull_request) Successful in 19m12s
CI / e2e (pull_request) Successful in 19m54s
to 08812b7223
Some checks failed
CI / release-scripts (pull_request) Successful in 8s
security-scan / Filesystem scan (trivy fs) (pull_request) Failing after 8s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 25s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 43s
CI / frontend-test (pull_request) Successful in 1m10s
test-build / build (backend) (pull_request) Successful in 1m21s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m10s
CI / backend-test (pull_request) Successful in 2m45s
CI / e2e (pull_request) Successful in 5m38s
2026-09-14 02:01:27 +00:00
Compare
robbertbos force-pushed renovate/ci from 08812b7223
Some checks failed
CI / release-scripts (pull_request) Successful in 8s
security-scan / Filesystem scan (trivy fs) (pull_request) Failing after 8s
security-scan / SBOM (trivy) (pull_request) Successful in 11s
security-scan / JS SCA (npm audit) (pull_request) Successful in 17s
security-scan / Python SAST (bandit) (pull_request) Successful in 25s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 43s
CI / frontend-test (pull_request) Successful in 1m10s
test-build / build (backend) (pull_request) Successful in 1m21s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m10s
CI / backend-test (pull_request) Successful in 2m45s
CI / e2e (pull_request) Successful in 5m38s
to c9dc7c4c93
All checks were successful
CI / release-scripts (pull_request) Successful in 9s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 22s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 28s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
CI / pre-commit (pull_request) Successful in 1m19s
test-build / build (backend) (pull_request) Successful in 1m16s
CI / frontend-test (pull_request) Successful in 1m19s
test-build / build (frontend) (pull_request) Successful in 1m5s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m50s
CI / e2e (pull_request) Successful in 4m57s
2026-09-15 02:01:28 +00:00
Compare
robbertbos force-pushed renovate/ci from c9dc7c4c93
All checks were successful
CI / release-scripts (pull_request) Successful in 9s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
security-scan / JS SCA (npm audit) (pull_request) Successful in 22s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 28s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
CI / pre-commit (pull_request) Successful in 1m19s
test-build / build (backend) (pull_request) Successful in 1m16s
CI / frontend-test (pull_request) Successful in 1m19s
test-build / build (frontend) (pull_request) Successful in 1m5s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m50s
CI / e2e (pull_request) Successful in 4m57s
to be250621f1
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 17s
security-scan / JS SCA (npm audit) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 27s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
CI / pre-commit (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m10s
CI / frontend-test (pull_request) Successful in 1m11s
test-build / build (backend) (pull_request) Successful in 1m22s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m53s
CI / e2e (pull_request) Successful in 5m41s
2026-09-16 02:01:59 +00:00
Compare
robbertbos force-pushed renovate/ci from be250621f1
All checks were successful
CI / release-scripts (pull_request) Successful in 7s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 17s
security-scan / JS SCA (npm audit) (pull_request) Successful in 18s
security-scan / Python SAST (bandit) (pull_request) Successful in 27s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
CI / pre-commit (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m10s
CI / frontend-test (pull_request) Successful in 1m11s
test-build / build (backend) (pull_request) Successful in 1m22s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m53s
CI / e2e (pull_request) Successful in 5m41s
to a66a958acf
All checks were successful
CI / backend-test (pull_request) Successful in 11m21s
CI / release-scripts (pull_request) Successful in 10s
security-scan / SBOM (trivy) (pull_request) Successful in 18s
security-scan / JS SCA (npm audit) (pull_request) Successful in 26s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / Python SAST (bandit) (pull_request) Successful in 31s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 53s
test-build / build (frontend) (pull_request) Successful in 1m15s
test-build / build (backend) (pull_request) Successful in 1m28s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 3m46s
CI / frontend-test (pull_request) Successful in 4m5s
CI / e2e (pull_request) Successful in 5m59s
2026-09-17 02:02:03 +00:00
Compare
robbertbos force-pushed renovate/ci from a66a958acf
All checks were successful
CI / backend-test (pull_request) Successful in 11m21s
CI / release-scripts (pull_request) Successful in 10s
security-scan / SBOM (trivy) (pull_request) Successful in 18s
security-scan / JS SCA (npm audit) (pull_request) Successful in 26s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / Python SAST (bandit) (pull_request) Successful in 31s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 53s
test-build / build (frontend) (pull_request) Successful in 1m15s
test-build / build (backend) (pull_request) Successful in 1m28s
test-build / build (pull_request) Successful in 0s
CI / pre-commit (pull_request) Successful in 3m46s
CI / frontend-test (pull_request) Successful in 4m5s
CI / e2e (pull_request) Successful in 5m59s
to a8c088510c
All checks were successful
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 19s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 46s
CI / frontend-test (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m12s
CI / pre-commit (pull_request) Successful in 1m12s
test-build / build (backend) (pull_request) Successful in 1m25s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m47s
CI / e2e (pull_request) Successful in 5m40s
2026-09-18 02:02:01 +00:00
Compare
robbertbos force-pushed renovate/ci from a8c088510c
All checks were successful
CI / release-scripts (pull_request) Successful in 8s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 16s
security-scan / JS SCA (npm audit) (pull_request) Successful in 19s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 46s
CI / frontend-test (pull_request) Successful in 1m9s
test-build / build (frontend) (pull_request) Successful in 1m12s
CI / pre-commit (pull_request) Successful in 1m12s
test-build / build (backend) (pull_request) Successful in 1m25s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 2m47s
CI / e2e (pull_request) Successful in 5m40s
to c4a3c752cf
All checks were successful
CI / release-scripts (pull_request) Successful in 9s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 17s
security-scan / JS SCA (npm audit) (pull_request) Successful in 19s
security-scan / Python SAST (bandit) (pull_request) Successful in 27s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 44s
test-build / build (frontend) (pull_request) Successful in 1m12s
CI / pre-commit (pull_request) Successful in 1m12s
test-build / build (backend) (pull_request) Successful in 1m20s
test-build / build (pull_request) Successful in 0s
CI / frontend-test (pull_request) Successful in 1m10s
CI / backend-test (pull_request) Successful in 2m46s
CI / e2e (pull_request) Successful in 6m3s
2026-09-19 02:01:46 +00:00
Compare
robbertbos deleted branch renovate/ci 2026-09-19 12:41:52 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
robbertbos/waggle!356
No description provided.