Update CI images and actions #347

Open
robbertbos wants to merge 1 commit from renovate/ci into main
Owner

This PR contains the following updates:

Package Type Update Change
astral-sh/uv patch 0.12.50.12.10
ghcr.io/astral-sh/uv container patch 0.12.5-python3.14-trixie-slim0.12.10-python3.14-trixie-slim
ghcr.io/astral-sh/uv stage patch 0.12.50.12.10
ghcr.io/renovatebot/renovate (source) container minor 44.31.044.65.1
python (source) final digest ce40764cad9a2c
python (source) stage digest ce40764cad9a2c

Release Notes

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

v0.12.10

Compare Source

Released on 2026-09-04.

Enhancements
  • Attempt to revoke short-lived PyPI trusted-publishing tokens after uv publish completes, including when publishing fails (#​21423)
Preview features
  • Omit exclude-newer-package settings for packages outside the resolution from uv.lock with the missing-exclude-newer-package-lock preview feature (#​21455)
  • Show terminal dependency cycles in uv tree --invert output (#​21404)
Performance
  • Speed up locking large workspaces with conflicts by excluding unrelated extras and dependency groups from conflict simplification (#​21399)
  • Speed up uv publish by hashing each artifact in a single blocking task and reusing the buffer across reads (#​21389)
Bug fixes
  • Prevent --locked from failing when exclude-newer-package settings differ only for packages outside the resolution (#​21454)
  • Allow uv lock --check to reuse a lockfile when an absolute exclude-newer cutoff is moved later (#​19571)
  • Allow uv lock --check to reuse a lockfile when a package-specific exclude-newer cutoff is disabled (#​21450)
  • Require an explicit --name when uv init would infer a project name reserved for a Python interpreter (#​21395)
  • Write package-specific exclude-newer cutoffs to uv.lock in a deterministic order (#​21453)

v0.12.9

Compare Source

Released on 2026-09-01.

Python
Enhancements
  • Add --no-locked and --no-frozen to disable lock modes enabled by UV_LOCKED and UV_FROZEN for a single invocation (#​21408)
  • Report the exact command-line lock-mode flag in warnings and errors (#​21402)
Performance
  • Speed up cold wheel installs by extracting each streaming ZIP archive in a single blocking task and reusing buffers across files (#​21372)
Bug fixes
  • Update async_http_range_reader to 0.11.1 to address a potential memory-safety issue when reading metadata ranges from untrusted wheels (#​21401)
  • Remove sensitive headers when redirects cross authentication realms, including same-host redirects that change URL schemes (#​21382)
  • Redact secrets in signed URLs from retry diagnostics, including nested request errors (#​21381)
  • Give --locked, --frozen, --check, and --check-exists precedence over conflicting UV_LOCKED and UV_FROZEN values (#​21396)
  • Prevent concurrent uv processes from redundantly extracting the same local or source-built wheel (#​21400)

v0.12.8

Compare Source

Released on 2026-08-31.

Enhancements
  • Warn about invalid tool directories and continue upgrading valid tools with uv tool upgrade --all (#​21368)
Preview features
  • Deduplicate identical files within and across cached wheels with the content-addressed-cache preview feature (#​21327)
  • Reduce allocations while extracting content-addressed wheels by reusing the hashing buffer across files (#​21340)
  • Speed up content-addressed cache cleanup on macOS by reading hard-link counts in bulk (#​21344)
Performance
  • Prevent concurrent uv processes from downloading and extracting the same remote wheel more than once (#​21379)
  • Speed up dependency graph construction from large lockfiles by indexing packages during traversal (#​21373)
  • Extend indexed lockfile traversal to exports, dependency trees, audits, and freshness checks (#​21377)
  • Speed up warm resolutions by reducing repeated marker interner work (#​21300)
Bug fixes
  • Do not trust hashes from direct URLs discovered only in wheel metadata when installing with --require-hashes (#​21348)
  • Use a compatible Azure Storage API version for anonymous and authenticated requests, allowing credential retries when public access is disabled (#​21366)
  • Redact Azure shared access signature (sig) query parameters from displayed URLs (#​21360)
  • Treat projects below one-level workspace member globs as standalone instead of aborting workspace discovery (#​21341)
Other changes
  • Update astral-tokio-tar to 0.7.0 and use effective sizes when tracking extracted hard links (#​21346)

v0.12.7

Compare Source

Released on 2026-08-27.

Python
  • Replace managed Python installations when upgrading to a newer build of the same version (#​21323)
Enhancements
  • Support Linux s390x, ppc64le, and loongarch64 targets for cross-platform dependency resolution (#​21313)
  • Retry downloads with configured credentials when Azure Storage denies anonymous access to an endpoint configured via UV_AZURE_ENDPOINT_URL (#​21318)
Preview features
  • Use content-based directory hashes to deduplicate extracted wheels in the cache with the content-addressed-cache preview feature (#​19693)
Bug fixes
  • Reject source archives with hash mismatches before persisting their extracted contents to the cache (#​21248)
Other changes

v0.12.6

Compare Source

Released on 2026-08-25.

Python
  • Update CPython to use OpenSSL 3.5.8 and libffi 3.4.8 #​21295)
Enhancements
  • Report cache-cleaning space savings from filesystem block allocation and avoid double-counting hard links (#​21261)
  • Limit warnings about unbounded uv_build requirements to source-distribution builds (#​21078)
  • Display byte counts below 1 KiB without a fractional part (#​21237)
Preview features
  • Add uv workspace metadata --sync --exact to remove packages outside the selected resolution (#​21117)
  • Add the artifact-hash-filtering preview feature to make uv pip compile --generate-hashes honor --only-binary and --no-binary (#​21235)
  • Respect package-specific exclude-newer cutoffs when uv check selects its ty executable (#​21227)
  • Preserve virtual-environment hints from tar-codec source-distribution errors when the base interpreter is outside a bin directory (#​21146)
Performance
  • Enable profile-guided optimization for Linux x86-64 release binaries (#​21001)
  • Enable profile-guided optimization for Windows x86-64 release binaries (#​21003)
  • Enable profile-guided optimization for macOS ARM64 release binaries (#​21002)
  • Enable profile-guided optimization for Linux ARM64 release binaries (#​21004)
  • Speed up syncing projects with many activated conflict items by reusing their encoded representation (#​21148)
Bug fixes
  • Allow explicit uv build and non-editable first-party workspace packages when no-build is enabled (#​21294)
  • Reuse configured index credentials during uv tool upgrade when the tool receipt references the same index (#​21275)
  • Ensure full 40-character Git commit pins resolve to the requested object instead of a SHA-named branch (#​21224)
  • Prevent TLS segfaults in riscv64 musl release binaries (#​21158)
  • Preserve dependencies selected by recursive extras when markers mix production and extra conditions (#​21181)
  • Preserve version constraints from transitively referenced recursive extras (#​21209)
  • Resolve repository-relative Git archive dependencies inside the checkout during the initial uv sync (#​21264)
  • Return an error instead of panicking when a bearer token cannot be encoded as an HTTP header (#​21282)
  • Do not misclassify package URLs ending in .py as local script paths (#​21144)
  • Use directory creation times consistently across libc implementations for directory cache-keys entries (#​21137)
  • Promote human-readable sizes to the next unit at rounding boundaries (#​21136)
Other changes
  • Add Python 3.15 release-candidate Docker images (#​21293)
  • Raise the minimum supported Rust version to 1.96 and update the repository toolchain to Rust 1.98 (#​21258)
renovatebot/renovate (ghcr.io/renovatebot/renovate)

v44.65.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.7 (main) (#​45717) (074020e)
Miscellaneous Chores
Build System

v44.65.0

Compare Source

Features
  • onboarding: note that vulnerabilityAlerts can be rate limited (#​45686) (a806d2f)
Continuous Integration

v44.64.3

Compare Source

Build System

v44.64.2

Compare Source

Build System

v44.64.1

Compare Source

Bug Fixes

v44.64.0

Compare Source

Features

v44.63.0

Compare Source

Features

v44.62.2

Compare Source

Bug Fixes
  • config/validation: allow only capturing currentDigest in Custom Managers (#​45671) (8abbd14), closes #​45665
  • datasource: use release-level registryUrl in postprocessRelease (#​45096) (7f71c26)
  • manager/mix: run mix commands from the lock file's directory (#​44971) (69bc2dd)
  • manager/pep621: support array form of tool.uv.sources (#​44970) (9d10700)
  • presets: fix javaLTSVersions not preserving partial semver for mise Java versions (#​44899) (5f5e58b)
  • versioning/nuget: bare exact version bypasses ignoreUnstable (#​45087) (4db8635)
Tests

v44.62.1

Compare Source

Bug Fixes
  • bump-versions: collect bumpVersions from all upgrades, not just upgrades[0] (#​44809) (e10ef79)

v44.62.0

Compare Source

Features
Tests

v44.61.6

Compare Source

Build System

v44.61.5

Compare Source

Miscellaneous Chores
Build System

v44.61.4

Compare Source

Bug Fixes

v44.61.3

Compare Source

Bug Fixes
  • lookup: preserve current compatibility (#​45171) (19e4cdc)
  • manager/gitlabci: support ~latest component refs (#​45234) (80ed949)
  • manager/npm: massage out lockstep siblings pinning the replaced version (#​45085) (fa7abab)
  • skip empty post upgrade task (#​45227) (0bfd189)
  • workers/repository: ensure internal checks are applied when a rebase is requested (4530b9e)
Documentation
  • add warning to checkedBranches (c2a4f49)
Code Refactoring
  • workers/repository: add a separate check for "don't make this branch as pending" (bb8c9cb)
  • workers/repository: extract a type for the Dependency Dashboard checks (f1c39b2)
Tests
  • datasource: replace file snapshots with explicit assertions (#​45655) (f4ab79f)

v44.61.2

Compare Source

Bug Fixes
  • gerrit: resolve relative submodule URLs for nested project paths (#​44667) (40fce9a)
  • manager/flux: strip templates from resource files (#​43198) (029663d)
  • manager: Handle variables with default values in registry aliases (#​36293) (b22f580)
Documentation
Miscellaneous Chores
Code Refactoring

v44.61.1

Compare Source

Bug Fixes
Documentation

v44.61.0

Compare Source

Features
  • datasource/orb: use REST API instead of graphql-unstable (#​45205) (2fc1b5c)
Performance Improvements
  • package-rules: avoid re-cloning invariant packageRules array on every rule match (#​44781) (0e90c69)
Code Refactoring

v44.60.1

Compare Source

Bug Fixes
  • config: enforce allowedEnv when applying env vars (6b2b607)
  • config: enforce allowedHeaders when applying headers (223e6ef)
  • config: report top-level "security" violations for env (61cbc87)
  • config: report top-level "security" violations for hostRules[].headers (ae34610)
  • util/host-rules: apply the admin's headers over a repository's (4732da7)
  • util/host-rules: enforce allowedHeaders within add() (c98f4f7)
  • util/host-rules: merge headers across matching rules (3d56c38)
  • workers/global: enforce allowedHeaders for the admin's own hostRules (432bb00)
  • workers/repository: validate resolved presets (2382888)
Code Refactoring
  • config: add requiresCheckAtTrustBoundary option flag (711d46b)
Tests
  • config: add a reminder to add check for trust boundaries (c1a00f1)
  • config: cover existing allowedEnv behaviour (6e0bbee)
  • config: cover existing allowedHeaders behaviour (d088346)
  • util/host-rules: cover existing header merging behaviour (9a91b69)
  • workers/repository: don't mock more than we need to (cf491cc)
  • workers/repository: set explicit allowedEnv (f189d93)

v44.60.0

Compare Source

Features
Bug Fixes
  • datasource/go: don't cache null on non-404/410 goproxy errors (#​45638) (dac1985)
Tests

v44.59.3

Compare Source

Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.8.0 (main) (#​45642) (4e436e5)
Build System

v44.59.2

Compare Source

Bug Fixes
  • changelog: preserve docker compatibility for changelog release lookup (#​45170) (02b1384)
  • manager/npm: run npm install twice during lock file maintenance (#​45542) (dad0b03)
  • prune: skip branch pruning when branchPrefix is empty (#​43891) (614b15d)
Miscellaneous Chores
  • deps: update docker/dockerfile docker tag to v1.27.0 (main) (#​45634) (d4aaf9e)

v44.59.1

Compare Source

Bug Fixes

v44.59.0

Compare Source

Features
Bug Fixes

v44.58.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.6 (main) (#​45633) (d5b78f9)

v44.57.4

Compare Source

Bug Fixes
Miscellaneous Chores

v44.57.3

Compare Source

Bug Fixes
  • cache: re-add cacache.verify() to garbage collect orphaned content from put() overwrites (#​44987) (13ab659)
  • honour dashboard rebase for edited branch with no open PR (#​44567) (7c5bb7d)

v44.57.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.5 (main) (#​45625) (196f16a)

v44.57.1

Compare Source

Bug Fixes
Tests

v44.57.0

Compare Source

Features
Documentation

v44.56.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.4 (main) (#​45620) (957d745)

v44.56.3

Compare Source

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

v44.56.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.2 (main) (#​45614) (f96de99)

v44.56.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.1 (main) (#​45609) (eadeb32)

v44.56.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.95.0 (main) (#​45604) (c6e4e90)

v44.55.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.94.0 (main) (#​45600) (d4ac9fc)
  • manager/npm: add support for bun in the packageManager field (#​45572) (24c56f9)
Bug Fixes
  • datasource/jsr: accept scopes shorter than the JSR registration minimum (#​45547) (78f4d9a)
Documentation
  • mend-hosted: updates to environment variables and arbitrary scripts (#​45496) (8b89b34)
Miscellaneous Chores
  • deps: update docker/setup-qemu-action action to v4.3.0 (main) (#​45594) (d481d33)
Code Refactoring
Continuous Integration

v44.54.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.93.3 (main) (#​45587) (a5801df)
  • util/markdown: preserve at signs in URLs (#​45555) (cfb2a76)

v44.53.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.93.2 (main) (#​45583) (d62bf70)
Documentation
  • update references to renovate/renovate to v44.52.1 (main) (#​45563) (9a53fbd)
  • update references to renovatebot/github-action to v46.2.5 (main) (#​45566) (9e335a2)
Miscellaneous Chores
Build System

v44.52.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.92.3 (main) (#​45561) (9061f33)
Documentation
Miscellaneous Chores

v44.52.0

Compare Source

Features

v44.51.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.92.2 (main) (#​45550) (e26aa5d)

v44.51.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.92.1 (main) (#​45549) (43de28b)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.4 (main) (#​45548) (af4211d)

v44.51.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.92.0 (main) (#​45546) (3e8110e)
Miscellaneous Chores

v44.50.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.5 (main) (#​45541) (fcd8291)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.3 (main) (#​45539) (4e4ae49)

v44.50.2

Compare Source

Bug Fixes
  • exec: supress unhandled promise rehection from execa timeout (#​45335) (a3a00ce)

v44.50.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.4 (main) (#​45533) (e7b98b5)
Miscellaneous Chores
  • manager/gomod: clarify how artifact updates work with minimumReleaseAge (#​45526) (9ecbaa8)
Code Refactoring

v44.50.0

Compare Source

Features

v44.49.1

Compare Source

Bug Fixes
Code Refactoring
Tests

v44.49.0

Compare Source

Features
Code Refactoring

v44.48.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.3 (main) (#​45523) (16f06e5)
Miscellaneous Chores

v44.48.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.2 (main) (#​45518) (cab7099)
Miscellaneous Chores
Code Refactoring
  • lint: add types-location rule and enable it for lib/modules (#​45497) (e0cec3d)

v44.48.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.1 (main) (#​45516) (87d882e)

v44.48.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.91.0 (main) (#​45515) (9cd8c6d)

v44.47.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.90.0 (main) (#​45512) (e0aa2ca)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.2 (main) (#​45511) (9f7e356)

v44.46.7

Compare Source

Bug Fixes
  • changelog: dedupe releases which are equal for the versioning in use (#​45506) (28391ae)
  • datasource/docker: update traefik source URL to traefik/traefik (#​45505) (9d90b63)
Documentation
  • point to logLevelRemap for minimumReleaseAgeBehaviour=timestamp-optional warnings (#​45498) (41820f7)
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.37.9 (main) (#​45484) (2455656)
Build System

v44.46.6

Compare Source

Build System

v44.46.5

Compare Source

Bug Fixes
  • github: respect automergeStrategy with platform automerge (#​44563) (93afa9f)
Miscellaneous Chores

v44.46.4

Compare Source

Bug Fixes

v44.46.3

Compare Source

Bug Fixes
  • logger: only truncate metaFields when they're string values (#​45478) (e456197)
Code Refactoring
  • logger: remove unused dependencies as a stringified metaField (#​45477) (4c8a1bd)
Tests
  • logger: add coverage of current metaFields stringifying behaviour (#​45476) (1d48943)

v44.46.2

Compare Source

Bug Fixes

v44.46.1

Compare Source

Bug Fixes
  • manager/gomod: handle bare ../ replace paths in gomodTidyAll (#​45392) (cee4515)
Miscellaneous Chores

v44.46.0

Compare Source

Features
  • presets: add @​oxlint/* packages to packages:linters and monorepo:oxlint (#​45466) (1012b34)

v44.45.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.7 (main) (#​45471) (844a2ce)

v44.45.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.6 (main) (#​45470) (224f1e3)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.1 (main) (#​45469) (bc0672b)

v44.45.2

Compare Source

Bug Fixes

v44.45.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.5 (main) (#​45468) (dfda756)

v44.45.0

Compare Source

Features
  • http/bitbucket: warn when an endpoint announces a deprecation (#​45461) (a4b5c18)
Miscellaneous Chores
Tests

v44.44.0

Compare Source

Features
  • http/bitbucket: surface deprecated and removed API functionality (#​45446) (4eee9a4)
Bug Fixes
Miscellaneous Chores
Code Refactoring

v44.43.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.4 (main) (#​45444) (7d7f286)

v44.43.0

Compare Source

Features
  • manager/github-actions: add workflow depType for reusable workflow calls (#​45443) (69e0523)
Miscellaneous Chores

v44.42.2

Compare Source

Bug Fixes
  • manager/copier: report template conflicts as artifact errors (#​45433) (c3b0166)

v44.42.1

Compare Source

Bug Fixes
  • platform/azure: detect hosted deployment when deploymentType is a string (#​45440) (694410d)
Miscellaneous Chores

v44.42.0

Compare Source

Features
Code Refactoring
  • manager/npm: remove redundant CI=true (f50bee3)
  • tools: extract function for basicEnvVars docs (8770bff)
Tests
  • manager/npm: fix getChildProcessEnv mock in yarn tests (2779587)
  • util/exec: be more strict in expected value (0d920f1)

v44.41.1

Compare Source

Bug Fixes

v44.41.0

Compare Source

Features

v44.40.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.3 (main) (#​45419) (28abf41)
Miscellaneous Chores

v44.40.0

Compare Source

Features
Documentation
Miscellaneous Chores

v44.39.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.2 (main) (#​45405) (047e5e7)
Miscellaneous Chores

v44.39.2

Compare Source

Bug Fixes
  • linters: forbid inert counts in v8 coverage-ignore comments (#​45287) (a473e73)
Continuous Integration

v44.39.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.1 (main) (#​45387) (1208dd3)
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.37.8 (main) (#​45386) (b7f19dc)

v44.39.0

Compare Source

Features
Documentation
  • manager/gradle: add link to Dependency Verification docs (#​45384) (1fc0a3e)
Code Refactoring
  • workers/repository: extract PR body template helpers for onboarding/reconfigure (#​45382) (4593b9b)

v44.38.0

Compare Source

Features
  • manager/devcontainer: add folder pattern to list of managerFilePatterns (#​45377) (adce441)
Bug Fixes
  • vulnerabilities: scope Go stdlib OSV remediation to the toolchain directive (#​45334) (6c7d345)

v44.37.1

Compare Source

Bug Fixes

v44.37.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.0 (main) (#​45378) (130e335)

v44.36.0

Compare Source

Features
  • onboarding: improve wording of concurrency limits with PRs opened (#​45213) (bf17167)

v44.35.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.4 (main) (#​45376) (d629420)

v44.35.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.3 (main) (#​45365) (da01a2f)

v44.35.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.2 (main) (#​45364) (71b9888)

v44.35.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.1 (main) (#​45363) (52db0eb)

v44.35.1

Compare Source

Bug Fixes

v44.35.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.0 (main) (#​45361) (179b8f4)

v44.34.3

Compare Source

Bug Fixes
  • kotlin-script: support vararg arguments in @file:DependsOn and @file:Repository (#​44762) (8ea65f7)

v44.34.2

Compare Source

Bug Fixes

v44.34.1

Compare Source

Build System
  • deps: update dependency azure-devops-node-api to v15.1.3 (main) (#​45355) (ae4f36d)

v44.34.0

Compare Source

Features
  • manager/poetry: pass POETRY_SOLVER_MIN_RELEASE_AGE when minimumReleaseAge is configured (#​43429) (dd72cf0)
Documentation
Miscellaneous Chores
Code Refactoring
  • changelog: make release-notes URLs overridable on ChangeLogSource (#​45260) (e42c696)
  • config: use constants for config validation topics (#​45333) (1d6af9f)
Continuous Integration
  • oxlint: move custom oxlint rules to typescript and alternative API (#​45337) (e44c9a2)
  • precommit: block issue closing keywords in commit messages (#​45290) (c235170)

v44.33.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.3 (main) (#​45332) (1333d2c)
Miscellaneous Chores
Continuous Integration
  • add restore-keys fallback for tsbuildinfo cache (97c10ff)
  • add restore-keys fallback for vitest cache (a265d4a)
  • add missing description to setup-docker action (da7dc8b)
  • correctly generate prefetch matrix cache key (6a7683b)
  • don't gate build-docs on lint-docs (27875b6)
  • don't gate lint-actions on setup-build (4dae136)
  • ensure lint-actions lints composite actions (a00fef3)
  • ensure that linting leads to test-success failure (267c7ff)
  • evaluate codecov fail_ci_if_error as an expression (eeaa20f)
  • mend-slack: pass discussion timestamp to script via env (0bc5849)
  • never restore caches into the release job (34c7bcb)
  • pass secrets and inputs to release scripts via env (a0ad2d0)
  • remove duplicated markdown-lint step from lint-docs (d1073f0)
  • ws_scan: pass Mend API key via WS_APIKEY environment variable (2d566bf)

v44.33.1

Compare Source

Bug Fixes
  • datasource: keep merged releases when a registry is rate-limited (#​45299) (37444ef)

v44.33.0

Compare Source

Features
Code Refactoring
  • java-version: extract adoptium HTTP logic from datasource class (#​42604) (a53aaf4)
  • remove escapeRegExp and replace with RegExp.escape (#​45322) (41da033)

v44.32.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.2 (main) (#​45323) (2fb8ad4)

v44.32.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.1 (main) (#​45320) (803f154)

v44.32.4

Compare Source

Miscellaneous Chores
Build System

v44.32.3

Compare Source

Bug Fixes

v44.32.2

Compare Source

Bug Fixes
  • datasource/pypi: use the earliest upload_time of a version (#​45313) (e942788)
Tests

v44.32.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • AGENTS.md: tune the PR template + PR raising etiquette (#​45311) (a07a598)
  • deps: update dependency protobufjs@​8.0.1 to v8.7.2 (main) (#​45297) (a429936)
Tests

v44.32.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.0 (main) (#​45309) (a1453ae)
Documentation
Miscellaneous Chores
Build System

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.5` → `0.12.10` | | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | container | patch | `0.12.5-python3.14-trixie-slim` → `0.12.10-python3.14-trixie-slim` | | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | stage | patch | `0.12.5` → `0.12.10` | | [ghcr.io/renovatebot/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | minor | [`44.31.0` → `44.65.1`](https://octochangelog.com/compare?repo=renovatebot%2Frenovate&from=44.31.0&to=44.65.1) | | [python](https://hub.docker.com/_/python) ([source](https://github.com/docker-library/python)) | final | digest | `ce40764` → `cad9a2c` | | [python](https://hub.docker.com/_/python) ([source](https://github.com/docker-library/python)) | stage | digest | `ce40764` → `cad9a2c` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.12.10`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01210) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.9...0.12.10) Released on 2026-09-04. ##### Enhancements - Attempt to revoke short-lived PyPI trusted-publishing tokens after `uv publish` completes, including when publishing fails ([#&#8203;21423](https://github.com/astral-sh/uv/pull/21423)) ##### Preview features - Omit `exclude-newer-package` settings for packages outside the resolution from `uv.lock` with the `missing-exclude-newer-package-lock` preview feature ([#&#8203;21455](https://github.com/astral-sh/uv/pull/21455)) - Show terminal dependency cycles in `uv tree --invert` output ([#&#8203;21404](https://github.com/astral-sh/uv/pull/21404)) ##### Performance - Speed up locking large workspaces with conflicts by excluding unrelated extras and dependency groups from conflict simplification ([#&#8203;21399](https://github.com/astral-sh/uv/pull/21399)) - Speed up `uv publish` by hashing each artifact in a single blocking task and reusing the buffer across reads ([#&#8203;21389](https://github.com/astral-sh/uv/pull/21389)) ##### Bug fixes - Prevent `--locked` from failing when `exclude-newer-package` settings differ only for packages outside the resolution ([#&#8203;21454](https://github.com/astral-sh/uv/pull/21454)) - Allow `uv lock --check` to reuse a lockfile when an absolute `exclude-newer` cutoff is moved later ([#&#8203;19571](https://github.com/astral-sh/uv/pull/19571)) - Allow `uv lock --check` to reuse a lockfile when a package-specific `exclude-newer` cutoff is disabled ([#&#8203;21450](https://github.com/astral-sh/uv/pull/21450)) - Require an explicit `--name` when `uv init` would infer a project name reserved for a Python interpreter ([#&#8203;21395](https://github.com/astral-sh/uv/pull/21395)) - Write package-specific `exclude-newer` cutoffs to `uv.lock` in a deterministic order ([#&#8203;21453](https://github.com/astral-sh/uv/pull/21453)) ### [`v0.12.9`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0129) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.8...0.12.9) Released on 2026-09-01. ##### Python - Add CPython 3.15.0rc2 ([#&#8203;21413](https://github.com/astral-sh/uv/pull/21413), [#&#8203;21415](https://github.com/astral-sh/uv/pull/21415)) ##### Enhancements - Add `--no-locked` and `--no-frozen` to disable lock modes enabled by `UV_LOCKED` and `UV_FROZEN` for a single invocation ([#&#8203;21408](https://github.com/astral-sh/uv/pull/21408)) - Report the exact command-line lock-mode flag in warnings and errors ([#&#8203;21402](https://github.com/astral-sh/uv/pull/21402)) ##### Performance - Speed up cold wheel installs by extracting each streaming ZIP archive in a single blocking task and reusing buffers across files ([#&#8203;21372](https://github.com/astral-sh/uv/pull/21372)) ##### Bug fixes - Update `async_http_range_reader` to 0.11.1 to address a potential memory-safety issue when reading metadata ranges from untrusted wheels ([#&#8203;21401](https://github.com/astral-sh/uv/pull/21401)) - Remove sensitive headers when redirects cross authentication realms, including same-host redirects that change URL schemes ([#&#8203;21382](https://github.com/astral-sh/uv/pull/21382)) - Redact secrets in signed URLs from retry diagnostics, including nested request errors ([#&#8203;21381](https://github.com/astral-sh/uv/pull/21381)) - Give `--locked`, `--frozen`, `--check`, and `--check-exists` precedence over conflicting `UV_LOCKED` and `UV_FROZEN` values ([#&#8203;21396](https://github.com/astral-sh/uv/pull/21396)) - Prevent concurrent uv processes from redundantly extracting the same local or source-built wheel ([#&#8203;21400](https://github.com/astral-sh/uv/pull/21400)) ### [`v0.12.8`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0128) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.7...0.12.8) Released on 2026-08-31. ##### Enhancements - Warn about invalid tool directories and continue upgrading valid tools with `uv tool upgrade --all` ([#&#8203;21368](https://github.com/astral-sh/uv/pull/21368)) ##### Preview features - Deduplicate identical files within and across cached wheels with the `content-addressed-cache` preview feature ([#&#8203;21327](https://github.com/astral-sh/uv/pull/21327)) - Reduce allocations while extracting content-addressed wheels by reusing the hashing buffer across files ([#&#8203;21340](https://github.com/astral-sh/uv/pull/21340)) - Speed up content-addressed cache cleanup on macOS by reading hard-link counts in bulk ([#&#8203;21344](https://github.com/astral-sh/uv/pull/21344)) ##### Performance - Prevent concurrent uv processes from downloading and extracting the same remote wheel more than once ([#&#8203;21379](https://github.com/astral-sh/uv/pull/21379)) - Speed up dependency graph construction from large lockfiles by indexing packages during traversal ([#&#8203;21373](https://github.com/astral-sh/uv/pull/21373)) - Extend indexed lockfile traversal to exports, dependency trees, audits, and freshness checks ([#&#8203;21377](https://github.com/astral-sh/uv/pull/21377)) - Speed up warm resolutions by reducing repeated marker interner work ([#&#8203;21300](https://github.com/astral-sh/uv/pull/21300)) ##### Bug fixes - Do not trust hashes from direct URLs discovered only in wheel metadata when installing with `--require-hashes` ([#&#8203;21348](https://github.com/astral-sh/uv/pull/21348)) - Use a compatible Azure Storage API version for anonymous and authenticated requests, allowing credential retries when public access is disabled ([#&#8203;21366](https://github.com/astral-sh/uv/pull/21366)) - Redact Azure shared access signature (`sig`) query parameters from displayed URLs ([#&#8203;21360](https://github.com/astral-sh/uv/pull/21360)) - Treat projects below one-level workspace member globs as standalone instead of aborting workspace discovery ([#&#8203;21341](https://github.com/astral-sh/uv/pull/21341)) ##### Other changes - Update `astral-tokio-tar` to 0.7.0 and use effective sizes when tracking extracted hard links ([#&#8203;21346](https://github.com/astral-sh/uv/pull/21346)) ### [`v0.12.7`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0127) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.6...0.12.7) Released on 2026-08-27. ##### Python - Replace managed Python installations when upgrading to a newer build of the same version ([#&#8203;21323](https://github.com/astral-sh/uv/pull/21323)) ##### Enhancements - Support Linux `s390x`, `ppc64le`, and `loongarch64` targets for cross-platform dependency resolution ([#&#8203;21313](https://github.com/astral-sh/uv/pull/21313)) - Retry downloads with configured credentials when Azure Storage denies anonymous access to an endpoint configured via `UV_AZURE_ENDPOINT_URL` ([#&#8203;21318](https://github.com/astral-sh/uv/pull/21318)) ##### Preview features - Use content-based directory hashes to deduplicate extracted wheels in the cache with the `content-addressed-cache` preview feature ([#&#8203;19693](https://github.com/astral-sh/uv/pull/19693)) ##### Bug fixes - Reject source archives with hash mismatches before persisting their extracted contents to the cache ([#&#8203;21248](https://github.com/astral-sh/uv/pull/21248)) ##### Other changes - remove pyx specific features ([#&#8203;21182](https://github.com/astral-sh/uv/pull/21182), [#&#8203;21183](https://github.com/astral-sh/uv/pull/21183), [#&#8203;21184](https://github.com/astral-sh/uv/pull/21184), [#&#8203;21185](https://github.com/astral-sh/uv/pull/21185), [#&#8203;21186](https://github.com/astral-sh/uv/pull/21186)) ### [`v0.12.6`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0126) [Compare Source](https://github.com/astral-sh/uv/compare/0.12.5...0.12.6) Released on 2026-08-25. ##### Python - Update CPython to use OpenSSL 3.5.8 and libffi 3.4.8 [#&#8203;21295](https://github.com/astral-sh/uv/pull/21295)) ##### Enhancements - Report cache-cleaning space savings from filesystem block allocation and avoid double-counting hard links ([#&#8203;21261](https://github.com/astral-sh/uv/pull/21261)) - Limit warnings about unbounded `uv_build` requirements to source-distribution builds ([#&#8203;21078](https://github.com/astral-sh/uv/pull/21078)) - Display byte counts below 1 KiB without a fractional part ([#&#8203;21237](https://github.com/astral-sh/uv/pull/21237)) ##### Preview features - Add `uv workspace metadata --sync --exact` to remove packages outside the selected resolution ([#&#8203;21117](https://github.com/astral-sh/uv/pull/21117)) - Add the `artifact-hash-filtering` preview feature to make `uv pip compile --generate-hashes` honor `--only-binary` and `--no-binary` ([#&#8203;21235](https://github.com/astral-sh/uv/pull/21235)) - Respect package-specific `exclude-newer` cutoffs when `uv check` selects its `ty` executable ([#&#8203;21227](https://github.com/astral-sh/uv/pull/21227)) - Preserve virtual-environment hints from `tar-codec` source-distribution errors when the base interpreter is outside a `bin` directory ([#&#8203;21146](https://github.com/astral-sh/uv/pull/21146)) ##### Performance - Enable profile-guided optimization for Linux x86-64 release binaries ([#&#8203;21001](https://github.com/astral-sh/uv/pull/21001)) - Enable profile-guided optimization for Windows x86-64 release binaries ([#&#8203;21003](https://github.com/astral-sh/uv/pull/21003)) - Enable profile-guided optimization for macOS ARM64 release binaries ([#&#8203;21002](https://github.com/astral-sh/uv/pull/21002)) - Enable profile-guided optimization for Linux ARM64 release binaries ([#&#8203;21004](https://github.com/astral-sh/uv/pull/21004)) - Speed up syncing projects with many activated conflict items by reusing their encoded representation ([#&#8203;21148](https://github.com/astral-sh/uv/pull/21148)) ##### Bug fixes - Allow explicit `uv build` and non-editable first-party workspace packages when `no-build` is enabled ([#&#8203;21294](https://github.com/astral-sh/uv/pull/21294)) - Reuse configured index credentials during `uv tool upgrade` when the tool receipt references the same index ([#&#8203;21275](https://github.com/astral-sh/uv/pull/21275)) - Ensure full 40-character Git commit pins resolve to the requested object instead of a SHA-named branch ([#&#8203;21224](https://github.com/astral-sh/uv/pull/21224)) - Prevent TLS segfaults in riscv64 musl release binaries ([#&#8203;21158](https://github.com/astral-sh/uv/pull/21158)) - Preserve dependencies selected by recursive extras when markers mix production and extra conditions ([#&#8203;21181](https://github.com/astral-sh/uv/pull/21181)) - Preserve version constraints from transitively referenced recursive extras ([#&#8203;21209](https://github.com/astral-sh/uv/pull/21209)) - Resolve repository-relative Git archive dependencies inside the checkout during the initial `uv sync` ([#&#8203;21264](https://github.com/astral-sh/uv/pull/21264)) - Return an error instead of panicking when a bearer token cannot be encoded as an HTTP header ([#&#8203;21282](https://github.com/astral-sh/uv/pull/21282)) - Do not misclassify package URLs ending in `.py` as local script paths ([#&#8203;21144](https://github.com/astral-sh/uv/pull/21144)) - Use directory creation times consistently across libc implementations for directory `cache-keys` entries ([#&#8203;21137](https://github.com/astral-sh/uv/pull/21137)) - Promote human-readable sizes to the next unit at rounding boundaries ([#&#8203;21136](https://github.com/astral-sh/uv/pull/21136)) ##### Other changes - Add Python 3.15 release-candidate Docker images ([#&#8203;21293](https://github.com/astral-sh/uv/pull/21293)) - Raise the minimum supported Rust version to 1.96 and update the repository toolchain to Rust 1.98 ([#&#8203;21258](https://github.com/astral-sh/uv/pull/21258)) </details> <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v44.65.1`](https://github.com/renovatebot/renovate/releases/tag/44.65.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.65.0...44.65.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.7 (main) ([#&#8203;45717](https://github.com/renovatebot/renovate/issues/45717)) ([074020e](https://github.com/renovatebot/renovate/commit/074020ec42da246753530699ef35ced850576f16)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.10 (main) ([#&#8203;45714](https://github.com/renovatebot/renovate/issues/45714)) ([cee2d1f](https://github.com/renovatebot/renovate/commit/cee2d1f85125922ada8cec0c3246874a4f7d30b0)) - **deps:** update dependency uv to v0.12.10 (main) ([#&#8203;45715](https://github.com/renovatebot/renovate/issues/45715)) ([60e655e](https://github.com/renovatebot/renovate/commit/60e655ec1bf3c39e956e669c5a5944c19d531f00)) ##### Build System - **deps:** update dependency zod to v4.5.2 (main) ([#&#8203;45716](https://github.com/renovatebot/renovate/issues/45716)) ([623793d](https://github.com/renovatebot/renovate/commit/623793d9ddd36519ee13fc3678383a2c05168f70)) ### [`v44.65.0`](https://github.com/renovatebot/renovate/releases/tag/44.65.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.64.3...44.65.0) ##### Features - **onboarding:** note that `vulnerabilityAlerts` can be rate limited ([#&#8203;45686](https://github.com/renovatebot/renovate/issues/45686)) ([a806d2f](https://github.com/renovatebot/renovate/commit/a806d2f735b741df8ec5fe067522ec644aca137a)) ##### Continuous Integration - check TODOs for closed issues ([#&#8203;45575](https://github.com/renovatebot/renovate/issues/45575)) ([26fe7b0](https://github.com/renovatebot/renovate/commit/26fe7b0c331d102220b4e2f0bebe380aa3c0da1f)) ### [`v44.64.3`](https://github.com/renovatebot/renovate/releases/tag/44.64.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.64.2...44.64.3) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/detect-tools](https://github.com/renovatebot/detect-tools) to v4.0.12 (main) ([#&#8203;45710](https://github.com/renovatebot/renovate/issues/45710)) ([b380f44](https://github.com/renovatebot/renovate/commit/b380f44768b87997d45e369f87b9a27605d29d39)) ### [`v44.64.2`](https://github.com/renovatebot/renovate/releases/tag/44.64.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.64.1...44.64.2) ##### Build System - **deps:** update dependency zod to v4.5.1 (main) ([#&#8203;45709](https://github.com/renovatebot/renovate/issues/45709)) ([5717d3e](https://github.com/renovatebot/renovate/commit/5717d3e8604fa33f274ccfc282c6e3decadad665)) ### [`v44.64.1`](https://github.com/renovatebot/renovate/releases/tag/44.64.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.64.0...44.64.1) ##### Bug Fixes - **deps:** promote `tar` to a prod dependency ([#&#8203;45699](https://github.com/renovatebot/renovate/issues/45699)) ([5ee51fd](https://github.com/renovatebot/renovate/commit/5ee51fdf39dfc9574ae54df2fb045dea62442bdd)), closes [#&#8203;40250](https://github.com/renovatebot/renovate/issues/40250) [#&#8203;45697](https://github.com/renovatebot/renovate/issues/45697) ### [`v44.64.0`](https://github.com/renovatebot/renovate/releases/tag/44.64.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.63.0...44.64.0) ##### Features - **preset:** `@octokit` group preset ([#&#8203;45643](https://github.com/renovatebot/renovate/issues/45643)) ([10c5232](https://github.com/renovatebot/renovate/commit/10c5232778b1627e694e07cf3eea87da2f07126f)) ### [`v44.63.0`](https://github.com/renovatebot/renovate/releases/tag/44.63.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.62.2...44.63.0) ##### Features - **datasource:** add APK datasource support ([#&#8203;40250](https://github.com/renovatebot/renovate/issues/40250)) ([795d083](https://github.com/renovatebot/renovate/commit/795d083264ec1a086da8262d5b7920f251956acf)) ### [`v44.62.2`](https://github.com/renovatebot/renovate/releases/tag/44.62.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.62.1...44.62.2) ##### Bug Fixes - **config/validation:** allow only capturing `currentDigest` in Custom Managers ([#&#8203;45671](https://github.com/renovatebot/renovate/issues/45671)) ([8abbd14](https://github.com/renovatebot/renovate/commit/8abbd14fe6df0e607ca86dcf05a8bf95d5c50359)), closes [#&#8203;45665](https://github.com/renovatebot/renovate/issues/45665) - **datasource:** use release-level registryUrl in postprocessRelease ([#&#8203;45096](https://github.com/renovatebot/renovate/issues/45096)) ([7f71c26](https://github.com/renovatebot/renovate/commit/7f71c26283d1ceb47ec73b272eb38938ac09a1b9)) - **manager/mix:** run mix commands from the lock file's directory ([#&#8203;44971](https://github.com/renovatebot/renovate/issues/44971)) ([69bc2dd](https://github.com/renovatebot/renovate/commit/69bc2dde90a719c7af75bbf16da174cab8661ad1)) - **manager/pep621:** support array form of tool.uv.sources ([#&#8203;44970](https://github.com/renovatebot/renovate/issues/44970)) ([9d10700](https://github.com/renovatebot/renovate/commit/9d1070091aff7c774d1e0b2824e659c514179905)) - **presets:** fix javaLTSVersions not preserving partial semver for mise Java versions ([#&#8203;44899](https://github.com/renovatebot/renovate/issues/44899)) ([5f5e58b](https://github.com/renovatebot/renovate/commit/5f5e58b822dff79abd0d29003206837aa34a0c2f)) - **versioning/nuget:** bare exact version bypasses ignoreUnstable ([#&#8203;45087](https://github.com/renovatebot/renovate/issues/45087)) ([4db8635](https://github.com/renovatebot/renovate/commit/4db863563a0cea6c53e4a247a65541c954032f7d)) ##### Tests - **core:** replace file snapshots with explicit assertions ([#&#8203;45660](https://github.com/renovatebot/renovate/issues/45660)) ([df8c405](https://github.com/renovatebot/renovate/commit/df8c4051ffc2052f8d6c6cf86a8f3cfb2591aa0b)) - **linters:** forbid file-based snapshot matchers ([#&#8203;45661](https://github.com/renovatebot/renovate/issues/45661)) ([0ff377b](https://github.com/renovatebot/renovate/commit/0ff377b6889bde8a2b62cce99cedcc19ed3c4b39)) - **platform:** replace file snapshots with explicit assertions ([#&#8203;45684](https://github.com/renovatebot/renovate/issues/45684)) ([762ac01](https://github.com/renovatebot/renovate/commit/762ac01133e0749fd16382ff1ed25602b95d9c55)) - shrink oversized fixtures to representative examples ([#&#8203;45666](https://github.com/renovatebot/renovate/issues/45666)) ([300e3a6](https://github.com/renovatebot/renovate/commit/300e3a616c8d09b487bbe6ebda451206cf19353e)) - use expect().resolves instead of awaiting inside expect ([#&#8203;45672](https://github.com/renovatebot/renovate/issues/45672)) ([05e1271](https://github.com/renovatebot/renovate/commit/05e1271376e1ca79309e1e9646442668b5b72012)) ### [`v44.62.1`](https://github.com/renovatebot/renovate/releases/tag/44.62.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.62.0...44.62.1) ##### Bug Fixes - **bump-versions:** collect bumpVersions from all upgrades, not just upgrades\[0] ([#&#8203;44809](https://github.com/renovatebot/renovate/issues/44809)) ([e10ef79](https://github.com/renovatebot/renovate/commit/e10ef79236bdaadc38d75662bd9cb3e0dae4e206)) ### [`v44.62.0`](https://github.com/renovatebot/renovate/releases/tag/44.62.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.6...44.62.0) ##### Features - **replacements:** add replacement for OpenSSF Scorecard Docker images ([#&#8203;45597](https://github.com/renovatebot/renovate/issues/45597)) ([fe9ce38](https://github.com/renovatebot/renovate/commit/fe9ce38e2ac034fee11a75069ea36aa5426d8a4b)), closes [#&#8203;45568](https://github.com/renovatebot/renovate/issues/45568) ##### Tests - **bundler:** replace file snapshots with explicit assertions ([#&#8203;45657](https://github.com/renovatebot/renovate/issues/45657)) ([5a9c085](https://github.com/renovatebot/renovate/commit/5a9c0852bf0f1b2d0ef29c0e33d679d12788c5f9)) - **manager:** replace file snapshots with explicit assertions ([#&#8203;45656](https://github.com/renovatebot/renovate/issues/45656)) ([2fc46bd](https://github.com/renovatebot/renovate/commit/2fc46bdcfa298654c1604a793cb7d9b077b89908)) - **npm:** replace file snapshots with explicit assertions ([#&#8203;45658](https://github.com/renovatebot/renovate/issues/45658)) ([f4fa861](https://github.com/renovatebot/renovate/commit/f4fa8614574f5debf6d3cd185ac423bd31ef716e)) - Validate `minimumReleaseAge` is ignored for security updates ([#&#8203;44272](https://github.com/renovatebot/renovate/issues/44272)) ([09ff8d2](https://github.com/renovatebot/renovate/commit/09ff8d22b6e70c4350d6c3ec79e004bbf2522998)) ### [`v44.61.6`](https://github.com/renovatebot/renovate/releases/tag/44.61.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.5...44.61.6) ##### Build System - **deps:** update dependency p-map to v7.0.7 (main) ([#&#8203;45678](https://github.com/renovatebot/renovate/issues/45678)) ([a01be61](https://github.com/renovatebot/renovate/commit/a01be618a0b5208b0deb95d6fb03586761df5ad8)) ### [`v44.61.5`](https://github.com/renovatebot/renovate/releases/tag/44.61.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.4...44.61.5) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.11 (main) ([#&#8203;45676](https://github.com/renovatebot/renovate/issues/45676)) ([894a4a6](https://github.com/renovatebot/renovate/commit/894a4a6f4b610c5dee885fd10b7efe3c89fd2220)) ##### Build System - **deps:** update dependency markdown-it to v14.3.1 (main) ([#&#8203;45675](https://github.com/renovatebot/renovate/issues/45675)) ([af68f37](https://github.com/renovatebot/renovate/commit/af68f3722f89b59471a59acf4ff38ea4a46f6652)) ### [`v44.61.4`](https://github.com/renovatebot/renovate/releases/tag/44.61.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.3...44.61.4) ##### Bug Fixes - **github:** model GitHub hosts explicitly ([#&#8203;45605](https://github.com/renovatebot/renovate/issues/45605)) ([a744f0d](https://github.com/renovatebot/renovate/commit/a744f0d8b6ce9dda3fcad8ed9f19147ec456d9f1)) ### [`v44.61.3`](https://github.com/renovatebot/renovate/releases/tag/44.61.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.2...44.61.3) ##### Bug Fixes - **lookup:** preserve current compatibility ([#&#8203;45171](https://github.com/renovatebot/renovate/issues/45171)) ([19e4cdc](https://github.com/renovatebot/renovate/commit/19e4cdc47f9a90274c1b19d935eb862344f7b085)) - **manager/gitlabci:** support \~latest component refs ([#&#8203;45234](https://github.com/renovatebot/renovate/issues/45234)) ([80ed949](https://github.com/renovatebot/renovate/commit/80ed94922955810e88d8d317653db3a7e4572200)) - **manager/npm:** massage out lockstep siblings pinning the replaced version ([#&#8203;45085](https://github.com/renovatebot/renovate/issues/45085)) ([fa7abab](https://github.com/renovatebot/renovate/commit/fa7abab44eed4d0110c279a2c5cd686ae8714c83)) - skip empty post upgrade task ([#&#8203;45227](https://github.com/renovatebot/renovate/issues/45227)) ([0bfd189](https://github.com/renovatebot/renovate/commit/0bfd189a2ef679b9beea6dff4df26c89d2baf328)) - **workers/repository:** ensure internal checks are applied when a rebase is requested ([4530b9e](https://github.com/renovatebot/renovate/commit/4530b9e8c2f9eefb67735cc96e141157b11c0e2f)) ##### Documentation - add warning to `checkedBranches` ([c2a4f49](https://github.com/renovatebot/renovate/commit/c2a4f4942ff1c39c312c1a06d5c15d13c0e00e9b)) ##### Code Refactoring - **workers/repository:** add a separate check for "don't make this branch as pending" ([bb8c9cb](https://github.com/renovatebot/renovate/commit/bb8c9cbc7f5fb65b995017c5d6429e39db6b632c)) - **workers/repository:** extract a type for the Dependency Dashboard checks ([f1c39b2](https://github.com/renovatebot/renovate/commit/f1c39b202a524c3f969f35d343dd3aea7df5d556)) ##### Tests - **datasource:** replace file snapshots with explicit assertions ([#&#8203;45655](https://github.com/renovatebot/renovate/issues/45655)) ([f4ab79f](https://github.com/renovatebot/renovate/commit/f4ab79f2a5d7557e0c1c9bf08bb237a23e0debd6)) ### [`v44.61.2`](https://github.com/renovatebot/renovate/releases/tag/44.61.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.1...44.61.2) ##### Bug Fixes - **gerrit:** resolve relative submodule URLs for nested project paths ([#&#8203;44667](https://github.com/renovatebot/renovate/issues/44667)) ([40fce9a](https://github.com/renovatebot/renovate/commit/40fce9aba76fb31eaf194cab5bc8f1a3287886f2)) - **manager/flux:** strip templates from resource files ([#&#8203;43198](https://github.com/renovatebot/renovate/issues/43198)) ([029663d](https://github.com/renovatebot/renovate/commit/029663d169b6867de32a11f120fbf5a1e5f7d726)) - **manager:** Handle variables with default values in registry aliases ([#&#8203;36293](https://github.com/renovatebot/renovate/issues/36293)) ([b22f580](https://github.com/renovatebot/renovate/commit/b22f58045e4af0e118b6481c8e9de345ff52fde8)) ##### Documentation - clarify prCreation=not-pending fallback and no-check caveat ([#&#8203;44889](https://github.com/renovatebot/renovate/issues/44889)) ([c5f50dd](https://github.com/renovatebot/renovate/commit/c5f50ddca607faa3d5ca0a9751e95abf937c0d24)) - document GitLab auth for private Go modules ([#&#8203;44371](https://github.com/renovatebot/renovate/issues/44371)) ([3228cc7](https://github.com/renovatebot/renovate/commit/3228cc72b4557e22c8c158d04ed6b3f7f8f85ace)), closes [#&#8203;37624](https://github.com/renovatebot/renovate/issues/37624) ##### Miscellaneous Chores - **deps:** update dependency lint-staged to v17.4.1 (main) ([#&#8203;45664](https://github.com/renovatebot/renovate/issues/45664)) ([ff36228](https://github.com/renovatebot/renovate/commit/ff36228e54127beae0a7330768349b281f43385b)) ##### Code Refactoring - **linters:** enable oxlint rule `prefer-named-capture-group` ([#&#8203;44714](https://github.com/renovatebot/renovate/issues/44714)) ([3412de8](https://github.com/renovatebot/renovate/commit/3412de84ceadee69a708e11548c35a60deb5f877)) ### [`v44.61.1`](https://github.com/renovatebot/renovate/releases/tag/44.61.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.61.0...44.61.1) ##### Bug Fixes - **azure:** filter pull request queries by Renovate author ([#&#8203;45359](https://github.com/renovatebot/renovate/issues/45359)) ([7a6e7b2](https://github.com/renovatebot/renovate/commit/7a6e7b2880181c1304a6d7cc1315a4ebd86c6173)), closes [#&#8203;1](https://github.com/renovatebot/renovate/issues/1) - **util/exec:** disable execa rejection ([#&#8203;45651](https://github.com/renovatebot/renovate/issues/45651)) ([c97111e](https://github.com/renovatebot/renovate/commit/c97111e37e8f6351580e693e6ec293670ddd7c6a)) ##### Documentation - **tool-calling:** centralise AWS configuration ([#&#8203;45586](https://github.com/renovatebot/renovate/issues/45586)) ([210bf42](https://github.com/renovatebot/renovate/commit/210bf42b899cbed547dd6412e9a013697ac15c74)) ### [`v44.61.0`](https://github.com/renovatebot/renovate/releases/tag/44.61.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.60.1...44.61.0) ##### Features - **datasource/orb:** use REST API instead of graphql-unstable ([#&#8203;45205](https://github.com/renovatebot/renovate/issues/45205)) ([2fc1b5c](https://github.com/renovatebot/renovate/commit/2fc1b5ce6789a49902a21ee06f2ce93c1418f13f)) ##### Performance Improvements - **package-rules:** avoid re-cloning invariant packageRules array on every rule match ([#&#8203;44781](https://github.com/renovatebot/renovate/issues/44781)) ([0e90c69](https://github.com/renovatebot/renovate/commit/0e90c69f919ec3d722148eacdc94c017895af5a4)) ##### Code Refactoring - **linters:** add rule to enforce inline single use fixtures ([#&#8203;45230](https://github.com/renovatebot/renovate/issues/45230)) ([6e03e83](https://github.com/renovatebot/renovate/commit/6e03e8326f4f39792f0ceba03b84962e807f38ec)) ### [`v44.60.1`](https://github.com/renovatebot/renovate/releases/tag/44.60.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.60.0...44.60.1) ##### Bug Fixes - **config:** enforce `allowedEnv` when applying env vars ([6b2b607](https://github.com/renovatebot/renovate/commit/6b2b607080d90a18959d6d1eb3d4c6c0cd631cbd)) - **config:** enforce `allowedHeaders` when applying headers ([223e6ef](https://github.com/renovatebot/renovate/commit/223e6efd4e285b71a34cbb201db97c1642e07eb0)) - **config:** report top-level "security" violations for `env` ([61cbc87](https://github.com/renovatebot/renovate/commit/61cbc876769f7e8577a17816dc002d3a5ae28662)) - **config:** report top-level "security" violations for `hostRules[].headers` ([ae34610](https://github.com/renovatebot/renovate/commit/ae3461046819cd221d9875bd9f87139d38e230a8)) - **util/host-rules:** apply the admin's `headers` over a repository's ([4732da7](https://github.com/renovatebot/renovate/commit/4732da7d2b92ff2e31c87c0efc532c2fc067287f)) - **util/host-rules:** enforce `allowedHeaders` within `add()` ([c98f4f7](https://github.com/renovatebot/renovate/commit/c98f4f71c8a2d45c5fce714da4eb41026bc05fe8)) - **util/host-rules:** merge `headers` across matching rules ([3d56c38](https://github.com/renovatebot/renovate/commit/3d56c38cf667987cece8d76fec9084cfe2fabe98)) - **workers/global:** enforce `allowedHeaders` for the admin's own `hostRules` ([432bb00](https://github.com/renovatebot/renovate/commit/432bb00cd2e0de3efcebbfbd95019f8ec51c162f)) - **workers/repository:** validate resolved presets ([2382888](https://github.com/renovatebot/renovate/commit/2382888bc7309790dcc0ba40d6d3c2fa92b289ff)) ##### Code Refactoring - **config:** add `requiresCheckAtTrustBoundary` option flag ([711d46b](https://github.com/renovatebot/renovate/commit/711d46b19b9b1b96f3ebbed6ad2ddacee47299d6)) ##### Tests - **config:** add a reminder to add check for trust boundaries ([c1a00f1](https://github.com/renovatebot/renovate/commit/c1a00f1968896fd05d9cb382efb33e486a40dc83)) - **config:** cover existing `allowedEnv` behaviour ([6e0bbee](https://github.com/renovatebot/renovate/commit/6e0bbee44d9da675d951b128deab876a190ffff8)) - **config:** cover existing `allowedHeaders` behaviour ([d088346](https://github.com/renovatebot/renovate/commit/d088346f7b30ddf7422c3ec275130ac6d20287e4)) - **util/host-rules:** cover existing header merging behaviour ([9a91b69](https://github.com/renovatebot/renovate/commit/9a91b69f3c14b21d0b221d30474ea7d33e35e0e8)) - **workers/repository:** don't mock more than we need to ([cf491cc](https://github.com/renovatebot/renovate/commit/cf491cc1cd27b505a6d9a1126e699fcd7e6a5697)) - **workers/repository:** set explicit `allowedEnv` ([f189d93](https://github.com/renovatebot/renovate/commit/f189d934b399f18919bfb8e1132b118230238378)) ### [`v44.60.0`](https://github.com/renovatebot/renovate/releases/tag/44.60.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.59.3...44.60.0) ##### Features - configure limiting security updates ([#&#8203;45574](https://github.com/renovatebot/renovate/issues/45574)) ([3b699b3](https://github.com/renovatebot/renovate/commit/3b699b3698232b47883bb9d9712ace39c54ceeee)) ##### Bug Fixes - **datasource/go:** don't cache `null` on non-404/410 goproxy errors ([#&#8203;45638](https://github.com/renovatebot/renovate/issues/45638)) ([dac1985](https://github.com/renovatebot/renovate/commit/dac1985b9674cd99f197a681a31c16c6d5e8aa2c)) ##### Tests - **datasource/go:** cover Go Proxy error fallback behaviour ([#&#8203;45637](https://github.com/renovatebot/renovate/issues/45637)) ([3bc8419](https://github.com/renovatebot/renovate/commit/3bc84198b48a66dc8002326c050811c518658e1e)) ### [`v44.59.3`](https://github.com/renovatebot/renovate/releases/tag/44.59.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.59.2...44.59.3) ##### Miscellaneous Chores - **deps:** update dependency protobufjs\@&#8203;8.0.1 to v8.8.0 (main) ([#&#8203;45642](https://github.com/renovatebot/renovate/issues/45642)) ([4e436e5](https://github.com/renovatebot/renovate/commit/4e436e5ba82a6ec8152941f92d34810dbdac2a59)) ##### Build System - **deps:** update dependency protobufjs to v8.8.0 (main) ([#&#8203;45641](https://github.com/renovatebot/renovate/issues/45641)) ([f051ed8](https://github.com/renovatebot/renovate/commit/f051ed8b3166e894d1e8b528faded28b177ee182)) ### [`v44.59.2`](https://github.com/renovatebot/renovate/releases/tag/44.59.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.59.1...44.59.2) ##### Bug Fixes - **changelog:** preserve docker compatibility for changelog release lookup ([#&#8203;45170](https://github.com/renovatebot/renovate/issues/45170)) ([02b1384](https://github.com/renovatebot/renovate/commit/02b1384efec359867fe09d7cf74435046c42b6b6)) - **manager/npm:** run npm install twice during lock file maintenance ([#&#8203;45542](https://github.com/renovatebot/renovate/issues/45542)) ([dad0b03](https://github.com/renovatebot/renovate/commit/dad0b03b007bad97ce392dc9ec16e84567f8226f)) - **prune:** skip branch pruning when branchPrefix is empty ([#&#8203;43891](https://github.com/renovatebot/renovate/issues/43891)) ([614b15d](https://github.com/renovatebot/renovate/commit/614b15d22be744dbfa37979c996c2dc5f0e3b450)) ##### Miscellaneous Chores - **deps:** update docker/dockerfile docker tag to v1.27.0 (main) ([#&#8203;45634](https://github.com/renovatebot/renovate/issues/45634)) ([d4aaf9e](https://github.com/renovatebot/renovate/commit/d4aaf9e5cd4323c2f043d7cea5011ed0d6f41815)) ### [`v44.59.1`](https://github.com/renovatebot/renovate/releases/tag/44.59.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.59.0...44.59.1) ##### Bug Fixes - **versioning/rez:** match version precision ([#&#8203;45554](https://github.com/renovatebot/renovate/issues/45554)) ([1133f3b](https://github.com/renovatebot/renovate/commit/1133f3b673205fc01d1015580df3ad53aa8b335c)) ### [`v44.59.0`](https://github.com/renovatebot/renovate/releases/tag/44.59.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.58.0...44.59.0) ##### Features - **manager:** add apm manager for Agent Package Manager ([#&#8203;44390](https://github.com/renovatebot/renovate/issues/44390)) ([6d747ea](https://github.com/renovatebot/renovate/commit/6d747ea8ff6d4b576c9ead3db9e12a924c70fd66)) ##### Bug Fixes - **changelog:** match release notes for host-qualified names ([#&#8203;45176](https://github.com/renovatebot/renovate/issues/45176)) ([fb623bd](https://github.com/renovatebot/renovate/commit/fb623bd087f58c46a6c6a5784107c61e0ac93eac)) ### [`v44.58.0`](https://github.com/renovatebot/renovate/releases/tag/44.58.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.57.4...44.58.0) ##### Features - **preset:** group vite+ ([#&#8203;45631](https://github.com/renovatebot/renovate/issues/45631)) ([3206c6a](https://github.com/renovatebot/renovate/commit/3206c6ada593bcc7c357f1fffcaabcf292b2f734)) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.6 (main) ([#&#8203;45633](https://github.com/renovatebot/renovate/issues/45633)) ([d5b78f9](https://github.com/renovatebot/renovate/commit/d5b78f9f99b62f0fb547e5f48c3d105519de8056)) ### [`v44.57.4`](https://github.com/renovatebot/renovate/releases/tag/44.57.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.57.3...44.57.4) ##### Bug Fixes - **bitbucket:** bbUseDevelopmentBranch fetching ([#&#8203;45626](https://github.com/renovatebot/renovate/issues/45626)) ([e631d60](https://github.com/renovatebot/renovate/commit/e631d60813caab18f99a3fed7b479b5e744f65fb)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.10 (main) ([#&#8203;45540](https://github.com/renovatebot/renovate/issues/45540)) ([927e68a](https://github.com/renovatebot/renovate/commit/927e68a0336dc501a1280e5b63d863cc3665fd32)) ### [`v44.57.3`](https://github.com/renovatebot/renovate/releases/tag/44.57.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.57.2...44.57.3) ##### Bug Fixes - **cache:** re-add cacache.verify() to garbage collect orphaned content from put() overwrites ([#&#8203;44987](https://github.com/renovatebot/renovate/issues/44987)) ([13ab659](https://github.com/renovatebot/renovate/commit/13ab659c5eecc64f7f4bcb8ec4817ed36c8b2655)) - honour dashboard rebase for edited branch with no open PR ([#&#8203;44567](https://github.com/renovatebot/renovate/issues/44567)) ([7c5bb7d](https://github.com/renovatebot/renovate/commit/7c5bb7df87ea8aee1a4503daebc3ddef7ec3f422)) ### [`v44.57.2`](https://github.com/renovatebot/renovate/releases/tag/44.57.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.57.1...44.57.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.5 (main) ([#&#8203;45625](https://github.com/renovatebot/renovate/issues/45625)) ([196f16a](https://github.com/renovatebot/renovate/commit/196f16ace9fd5e054ea9f8e03e70bbe6e8b79ad5)) ### [`v44.57.1`](https://github.com/renovatebot/renovate/releases/tag/44.57.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.57.0...44.57.1) ##### Bug Fixes - **manager/git-submodules:** init nested submodules in updateDependency ([#&#8203;45606](https://github.com/renovatebot/renovate/issues/45606)) ([bbd603e](https://github.com/renovatebot/renovate/commit/bbd603e277145af4a5885e215c67e769142165dd)) - **reconfigure:** capitalise Renovate ([#&#8203;39310](https://github.com/renovatebot/renovate/issues/39310)) ([c02de67](https://github.com/renovatebot/renovate/commit/c02de67947802e149c25f6bbbb644c67c310140c)) - remove references to "bot" ([#&#8203;39305](https://github.com/renovatebot/renovate/issues/39305)) ([b62fe59](https://github.com/renovatebot/renovate/commit/b62fe59594e127156e9ca580f46f4f89faaadba8)) ##### Tests - **util/git:** add missing coverage of `setGitAuthor` ([#&#8203;45607](https://github.com/renovatebot/renovate/issues/45607)) ([ea3b7ac](https://github.com/renovatebot/renovate/commit/ea3b7acede3ab820953fbffdede27c868f2e2c1e)) ### [`v44.57.0`](https://github.com/renovatebot/renovate/releases/tag/44.57.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.56.4...44.57.0) ##### Features - **preset:** add TUnit monorepo preset ([#&#8203;45612](https://github.com/renovatebot/renovate/issues/45612)) ([a1ce94c](https://github.com/renovatebot/renovate/commit/a1ce94c9fa9b140bba1681bc80082af37c0a9aa3)) ##### Documentation - **conda:** clarify `minimumReleaseAge` is supported ([#&#8203;45622](https://github.com/renovatebot/renovate/issues/45622)) ([b9f5e3c](https://github.com/renovatebot/renovate/commit/b9f5e3c7d13950bcb5524539774d00e95fa8fa77)) ### [`v44.56.4`](https://github.com/renovatebot/renovate/releases/tag/44.56.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.56.3...44.56.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.4 (main) ([#&#8203;45620](https://github.com/renovatebot/renovate/issues/45620)) ([957d745](https://github.com/renovatebot/renovate/commit/957d745f93286e7b330e23942b7c8988d78d460c)) ### [`v44.56.3`](https://github.com/renovatebot/renovate/releases/tag/44.56.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.56.2...44.56.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.3 (main) ([#&#8203;45619](https://github.com/renovatebot/renovate/issues/45619)) ([dff2419](https://github.com/renovatebot/renovate/commit/dff24197b5522fe363aadb10dfcd39d547df8105)) ##### Miscellaneous Chores - **deps:** update actions/deploy-pages action to v5.0.1 (main) ([#&#8203;45616](https://github.com/renovatebot/renovate/issues/45616)) ([872716a](https://github.com/renovatebot/renovate/commit/872716abb56734418b15532cf152c377fec52f31)) - **deps:** update dependency astral-sh/uv to v0.12.9 (main) ([#&#8203;45617](https://github.com/renovatebot/renovate/issues/45617)) ([681e30c](https://github.com/renovatebot/renovate/commit/681e30cc54d4f0f5fab135590d61dca8dd4ba6ff)) - **deps:** update dependency uv to v0.12.9 (main) ([#&#8203;45618](https://github.com/renovatebot/renovate/issues/45618)) ([1ea3d33](https://github.com/renovatebot/renovate/commit/1ea3d33227e2d8706936fbaee62215ced9bb1f05)) ### [`v44.56.2`](https://github.com/renovatebot/renovate/releases/tag/44.56.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.56.1...44.56.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.2 (main) ([#&#8203;45614](https://github.com/renovatebot/renovate/issues/45614)) ([f96de99](https://github.com/renovatebot/renovate/commit/f96de992cfdeef87b6de883f5c9f75e0c5d83bae)) ### [`v44.56.1`](https://github.com/renovatebot/renovate/releases/tag/44.56.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.56.0...44.56.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.1 (main) ([#&#8203;45609](https://github.com/renovatebot/renovate/issues/45609)) ([eadeb32](https://github.com/renovatebot/renovate/commit/eadeb323a8b14ec119d5ab4cc28f1790a4c58c00)) ### [`v44.56.0`](https://github.com/renovatebot/renovate/releases/tag/44.56.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.55.0...44.56.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.95.0 (main) ([#&#8203;45604](https://github.com/renovatebot/renovate/issues/45604)) ([c6e4e90](https://github.com/renovatebot/renovate/commit/c6e4e902a92d5550de82e841afc635f8d456936d)) ### [`v44.55.0`](https://github.com/renovatebot/renovate/releases/tag/44.55.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.54.0...44.55.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.94.0 (main) ([#&#8203;45600](https://github.com/renovatebot/renovate/issues/45600)) ([d4ac9fc](https://github.com/renovatebot/renovate/commit/d4ac9fc6ee30ba4d2e9253b2aba001e94e29f74d)) - **manager/npm:** add support for bun in the `packageManager` field ([#&#8203;45572](https://github.com/renovatebot/renovate/issues/45572)) ([24c56f9](https://github.com/renovatebot/renovate/commit/24c56f9caecdc70060bf64a49d7dbaf14772bcde)) ##### Bug Fixes - **datasource/jsr:** accept scopes shorter than the JSR registration minimum ([#&#8203;45547](https://github.com/renovatebot/renovate/issues/45547)) ([78f4d9a](https://github.com/renovatebot/renovate/commit/78f4d9a8a00328b3156fdf789317d4e1cadbd7d9)) ##### Documentation - **mend-hosted:** updates to environment variables and arbitrary scripts ([#&#8203;45496](https://github.com/renovatebot/renovate/issues/45496)) ([8b89b34](https://github.com/renovatebot/renovate/commit/8b89b3415fda826ad6268db7555bd22da317df3b)) ##### Miscellaneous Chores - **deps:** update docker/setup-qemu-action action to v4.3.0 (main) ([#&#8203;45594](https://github.com/renovatebot/renovate/issues/45594)) ([d481d33](https://github.com/renovatebot/renovate/commit/d481d33bcd38cd6e6076fcf524f9470309f55760)) ##### Code Refactoring - **manager/npm:** rename internal `managerData.pnpmShrinkwrap` to `pnpmLockFile` ([#&#8203;45390](https://github.com/renovatebot/renovate/issues/45390)) ([ef60dfc](https://github.com/renovatebot/renovate/commit/ef60dfcdeee7a75602a370c8baae6b0b09d06b8f)) - **tools/check:** convert to Commander ([#&#8203;45596](https://github.com/renovatebot/renovate/issues/45596)) ([739f430](https://github.com/renovatebot/renovate/commit/739f43027c4d0293155bf4baa426f2e42dc561ed)), closes [#&#8203;43528](https://github.com/renovatebot/renovate/issues/43528) ##### Continuous Integration - check for `Closes #<discussion>` ([#&#8203;45462](https://github.com/renovatebot/renovate/issues/45462)) ([bf37a4a](https://github.com/renovatebot/renovate/commit/bf37a4abaa7bfe1d30d072df3ba67d6dfd845caa)) - ensure scripts in `.github/` are linted ([#&#8203;45593](https://github.com/renovatebot/renovate/issues/45593)) ([135dd45](https://github.com/renovatebot/renovate/commit/135dd45e7e0641f5f4ea13c2de816bea07183f4b)), closes [#&#8203;45462](https://github.com/renovatebot/renovate/issues/45462) ### [`v44.54.0`](https://github.com/renovatebot/renovate/releases/tag/44.54.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.53.0...44.54.0) ##### Features - **datasource/aws-eks-addon:** add host rule authentication ([#&#8203;45552](https://github.com/renovatebot/renovate/issues/45552)) ([7dce51d](https://github.com/renovatebot/renovate/commit/7dce51dd2924656d51fb7eb99a1b46d78451ea17)) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.93.3 (main) ([#&#8203;45587](https://github.com/renovatebot/renovate/issues/45587)) ([a5801df](https://github.com/renovatebot/renovate/commit/a5801dfb5d21cc5814b46187c846bd145b6082ac)) - **util/markdown:** preserve at signs in URLs ([#&#8203;45555](https://github.com/renovatebot/renovate/issues/45555)) ([cfb2a76](https://github.com/renovatebot/renovate/commit/cfb2a76354499c1f0daabf7b5df875e007521aa1)) ### [`v44.53.0`](https://github.com/renovatebot/renovate/releases/tag/44.53.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.52.1...44.53.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.93.2 (main) ([#&#8203;45583](https://github.com/renovatebot/renovate/issues/45583)) ([d62bf70](https://github.com/renovatebot/renovate/commit/d62bf70cb5cbb974a833bf29b559a838a193a97c)) ##### Documentation - update references to renovate/renovate to v44.52.1 (main) ([#&#8203;45563](https://github.com/renovatebot/renovate/issues/45563)) ([9a53fbd](https://github.com/renovatebot/renovate/commit/9a53fbdcb525f6eaff7abc599aaf1fe37ee8be85)) - update references to renovatebot/github-action to v46.2.5 (main) ([#&#8203;45566](https://github.com/renovatebot/renovate/issues/45566)) ([9e335a2](https://github.com/renovatebot/renovate/commit/9e335a202417048aaaf5b8ce03ff4a405fdc4ca7)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#&#8203;45564](https://github.com/renovatebot/renovate/issues/45564)) ([f2ed0ac](https://github.com/renovatebot/renovate/commit/f2ed0ac35786dfe7061bab129f5897448d99fcda)) - **deps:** update dependency astral-sh/uv to v0.12.8 (main) ([#&#8203;45580](https://github.com/renovatebot/renovate/issues/45580)) ([51d19b8](https://github.com/renovatebot/renovate/commit/51d19b834900bec1ba581be1003b8df75f0bd880)) - **deps:** update dependency pnpm to v11.24.0 (main) ([#&#8203;45578](https://github.com/renovatebot/renovate/issues/45578)) ([6d6432d](https://github.com/renovatebot/renovate/commit/6d6432deb18108fe3c619e60dce765a5756fdc84)) - **deps:** update dependency uv to v0.12.8 (main) ([#&#8203;45581](https://github.com/renovatebot/renovate/issues/45581)) ([f5acef8](https://github.com/renovatebot/renovate/commit/f5acef801c3f18c1cbbe0bfe7cf5cfe4ae4cf54f)) - **deps:** update linters to v1.80.0 (main) ([#&#8203;45579](https://github.com/renovatebot/renovate/issues/45579)) ([f708552](https://github.com/renovatebot/renovate/commit/f70855244fc5687dcf99d911a428a836ea428cb6)) ##### Build System - **deps:** update aws-sdk-js-v3 monorepo to v3.1117.0 (main) ([#&#8203;45582](https://github.com/renovatebot/renovate/issues/45582)) ([ea17651](https://github.com/renovatebot/renovate/commit/ea176510027cdcc6698e2f0fedb368c9ec159807)) ### [`v44.52.1`](https://github.com/renovatebot/renovate/releases/tag/44.52.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.52.0...44.52.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.92.3 (main) ([#&#8203;45561](https://github.com/renovatebot/renovate/issues/45561)) ([9061f33](https://github.com/renovatebot/renovate/commit/9061f335bf23c1acf62a0affb8847a7e64c6b528)) ##### Documentation - update references to python to [`b0aed0e`](https://github.com/renovatebot/renovate/commit/b0aed0e) (main) ([#&#8203;45559](https://github.com/renovatebot/renovate/issues/45559)) ([29e582b](https://github.com/renovatebot/renovate/commit/29e582b59f7bf529e93a6d45fc4b13a7a1be48f3)) - update references to renovate/renovate (main) ([#&#8203;45562](https://github.com/renovatebot/renovate/issues/45562)) ([e8fbe34](https://github.com/renovatebot/renovate/commit/e8fbe343455ccaa238f8ae79adb33c3603977f43)) - update references to renovatebot/github-action to v46.2.4 (main) ([#&#8203;45560](https://github.com/renovatebot/renovate/issues/45560)) ([5192c0f](https://github.com/renovatebot/renovate/commit/5192c0f6115131e51f4ed3e78bb0604d5eaa4da9)) ##### Miscellaneous Chores - **deps:** update dependency pnpm to v11.23.0 (main) ([#&#8203;45557](https://github.com/renovatebot/renovate/issues/45557)) ([d6ded07](https://github.com/renovatebot/renovate/commit/d6ded0701846bee41197632bd4ba7e9f9051261e)) - **deps:** update zizmor (main) ([#&#8203;45558](https://github.com/renovatebot/renovate/issues/45558)) ([7c351d2](https://github.com/renovatebot/renovate/commit/7c351d208eac493997d2580cbecdf509ee5796e2)) ### [`v44.52.0`](https://github.com/renovatebot/renovate/releases/tag/44.52.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.51.2...44.52.0) ##### Features - **data:** automatic update of static data ([#&#8203;45551](https://github.com/renovatebot/renovate/issues/45551)) ([df98f44](https://github.com/renovatebot/renovate/commit/df98f44df96e9034d8d1ab088f205e63e529986c)) ### [`v44.51.2`](https://github.com/renovatebot/renovate/releases/tag/44.51.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.51.1...44.51.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.92.2 (main) ([#&#8203;45550](https://github.com/renovatebot/renovate/issues/45550)) ([e26aa5d](https://github.com/renovatebot/renovate/commit/e26aa5db3c92a4f147ac347da98295b734951ac4)) ### [`v44.51.1`](https://github.com/renovatebot/renovate/releases/tag/44.51.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.51.0...44.51.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.92.1 (main) ([#&#8203;45549](https://github.com/renovatebot/renovate/issues/45549)) ([43de28b](https://github.com/renovatebot/renovate/commit/43de28b427075cdbb7a0027183210f65d6fc9d27)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.4 (main) ([#&#8203;45548](https://github.com/renovatebot/renovate/issues/45548)) ([af4211d](https://github.com/renovatebot/renovate/commit/af4211dc2cb6f546bcd1c6d8e2fe4bd5fe04ebc3)) ### [`v44.51.0`](https://github.com/renovatebot/renovate/releases/tag/44.51.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.50.3...44.51.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.92.0 (main) ([#&#8203;45546](https://github.com/renovatebot/renovate/issues/45546)) ([3e8110e](https://github.com/renovatebot/renovate/commit/3e8110eeb0f19235a28e3c39c761af882a2a3d1f)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/luxon](https://github.com/types/luxon) to v3.7.5 (main) ([#&#8203;45285](https://github.com/renovatebot/renovate/issues/45285)) ([f32c134](https://github.com/renovatebot/renovate/commit/f32c134285a9cb03b88282160c9dfa9ae213f327)) - **deps:** update pnpm/setup action to v2.1.0 (main) ([#&#8203;45543](https://github.com/renovatebot/renovate/issues/45543)) ([2b56b52](https://github.com/renovatebot/renovate/commit/2b56b52933a7d17d329fd7f27268507ebbe56fc4)) ### [`v44.50.3`](https://github.com/renovatebot/renovate/releases/tag/44.50.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.50.2...44.50.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.5 (main) ([#&#8203;45541](https://github.com/renovatebot/renovate/issues/45541)) ([fcd8291](https://github.com/renovatebot/renovate/commit/fcd8291fcfc39e2134c80147867f6cd4c8ad0c4f)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.3 (main) ([#&#8203;45539](https://github.com/renovatebot/renovate/issues/45539)) ([4e4ae49](https://github.com/renovatebot/renovate/commit/4e4ae49232019d6947ef5696f9cbeb0752a40736)) ### [`v44.50.2`](https://github.com/renovatebot/renovate/releases/tag/44.50.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.50.1...44.50.2) ##### Bug Fixes - **exec:** supress unhandled promise rehection from execa timeout ([#&#8203;45335](https://github.com/renovatebot/renovate/issues/45335)) ([a3a00ce](https://github.com/renovatebot/renovate/commit/a3a00ce574648c0f2b65d74b7bde60e2d81ad7a1)) ### [`v44.50.1`](https://github.com/renovatebot/renovate/releases/tag/44.50.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.50.0...44.50.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.4 (main) ([#&#8203;45533](https://github.com/renovatebot/renovate/issues/45533)) ([e7b98b5](https://github.com/renovatebot/renovate/commit/e7b98b56da8629867efed0b823cfdddb6f3cdd15)) ##### Miscellaneous Chores - **manager/gomod:** clarify how artifact updates work with `minimumReleaseAge` ([#&#8203;45526](https://github.com/renovatebot/renovate/issues/45526)) ([9ecbaa8](https://github.com/renovatebot/renovate/commit/9ecbaa8581f8299bb07289a98fca6ad79fc074a0)) ##### Code Refactoring - return a RepositoryResult while onboarding ([#&#8203;45531](https://github.com/renovatebot/renovate/issues/45531)) ([8d08b51](https://github.com/renovatebot/renovate/commit/8d08b51db0f782c3efad5ea09220759051bdd4a1)), closes [#&#8203;22198](https://github.com/renovatebot/renovate/issues/22198) ### [`v44.50.0`](https://github.com/renovatebot/renovate/releases/tag/44.50.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.49.1...44.50.0) ##### Features - **instrumentation:** add support for protobuf + gRPC exporter ([#&#8203;45527](https://github.com/renovatebot/renovate/issues/45527)) ([0879ce5](https://github.com/renovatebot/renovate/commit/0879ce538fba3604f7d0285fd9a91d24e568ed79)), closes [#&#8203;36073](https://github.com/renovatebot/renovate/issues/36073) ### [`v44.49.1`](https://github.com/renovatebot/renovate/releases/tag/44.49.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.49.0...44.49.1) ##### Bug Fixes - **github:** treat graphql\_rate\_limit as rate limiting ([#&#8203;45396](https://github.com/renovatebot/renovate/issues/45396)) ([2e89151](https://github.com/renovatebot/renovate/commit/2e89151d7ea2f42e2dbe89c18544be0c3dc336f5)) - **manager/copier:** set `isExecutable` on added and modified files ([#&#8203;45520](https://github.com/renovatebot/renovate/issues/45520)) ([a3ac0bb](https://github.com/renovatebot/renovate/commit/a3ac0bb73c3828674fe55440e010cad31e258e81)) ##### Code Refactoring - **linters:** add prefer-coerce-array rule ([#&#8203;45492](https://github.com/renovatebot/renovate/issues/45492)) ([97327c3](https://github.com/renovatebot/renovate/commit/97327c3d2813ee21e5982fda1846b32baeb46dc7)), closes [#&#8203;45217](https://github.com/renovatebot/renovate/issues/45217) - **linters:** add prefer-coerce-object rule ([#&#8203;45493](https://github.com/renovatebot/renovate/issues/45493)) ([c32e239](https://github.com/renovatebot/renovate/commit/c32e2391a02a3f75a483bab0a5f6ba15c9713de1)), closes [#&#8203;45216](https://github.com/renovatebot/renovate/issues/45216) ##### Tests - replace env operation with `vi.stubEnv()` ([#&#8203;45490](https://github.com/renovatebot/renovate/issues/45490)) ([fbedd41](https://github.com/renovatebot/renovate/commit/fbedd41e8237a6f44bf8acf4a1ad2646cf471562)) ### [`v44.49.0`](https://github.com/renovatebot/renovate/releases/tag/44.49.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.48.3...44.49.0) ##### Features - **changelog:** fetch newest releases first ([#&#8203;45502](https://github.com/renovatebot/renovate/issues/45502)) ([57e546d](https://github.com/renovatebot/renovate/commit/57e546d929fd0b6ee6a57ec143450f9127179f9c)), closes [#&#8203;45500](https://github.com/renovatebot/renovate/issues/45500) [#&#8203;45482](https://github.com/renovatebot/renovate/issues/45482) - **changelog:** stop fetching changelog entries when we're at platform limits ([#&#8203;45503](https://github.com/renovatebot/renovate/issues/45503)) ([ba1fad9](https://github.com/renovatebot/renovate/commit/ba1fad945f5b6dc0a2cd09e147353b2d06f8032e)), closes [#&#8203;45482](https://github.com/renovatebot/renovate/issues/45482) [#&#8203;45501](https://github.com/renovatebot/renovate/issues/45501) [#&#8203;45500](https://github.com/renovatebot/renovate/issues/45500) ##### Code Refactoring - **instrumentation:** instrument changelog generation ([#&#8203;45507](https://github.com/renovatebot/renovate/issues/45507)) ([64e81c2](https://github.com/renovatebot/renovate/commit/64e81c23e405c95c3ff93494d7560980d9674ce5)) ### [`v44.48.3`](https://github.com/renovatebot/renovate/releases/tag/44.48.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.48.2...44.48.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.3 (main) ([#&#8203;45523](https://github.com/renovatebot/renovate/issues/45523)) ([16f06e5](https://github.com/renovatebot/renovate/commit/16f06e5ae6752fe2fa526678ba1bad313de8c8e7)) ##### Miscellaneous Chores - **deps:** update dependency uv to v0.12.7 (main) ([#&#8203;45521](https://github.com/renovatebot/renovate/issues/45521)) ([905f42a](https://github.com/renovatebot/renovate/commit/905f42aaa90cf68c2daeb5cc0f5a91bb14308077)) ### [`v44.48.2`](https://github.com/renovatebot/renovate/releases/tag/44.48.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.48.1...44.48.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.2 (main) ([#&#8203;45518](https://github.com/renovatebot/renovate/issues/45518)) ([cab7099](https://github.com/renovatebot/renovate/commit/cab7099012029c57e2ced35b356498acb4c2bac2)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.7 (main) ([#&#8203;45519](https://github.com/renovatebot/renovate/issues/45519)) ([90df877](https://github.com/renovatebot/renovate/commit/90df877c9cc48472e22342c6eeaad746151f7975)) ##### Code Refactoring - **lint:** add `types-location` rule and enable it for `lib/modules` ([#&#8203;45497](https://github.com/renovatebot/renovate/issues/45497)) ([e0cec3d](https://github.com/renovatebot/renovate/commit/e0cec3dc9587013820a080d47c74129ade4fbc32)) ### [`v44.48.1`](https://github.com/renovatebot/renovate/releases/tag/44.48.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.48.0...44.48.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.1 (main) ([#&#8203;45516](https://github.com/renovatebot/renovate/issues/45516)) ([87d882e](https://github.com/renovatebot/renovate/commit/87d882ea4a1734b7025cd08e85676d915d934946)) ### [`v44.48.0`](https://github.com/renovatebot/renovate/releases/tag/44.48.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.47.0...44.48.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.91.0 (main) ([#&#8203;45515](https://github.com/renovatebot/renovate/issues/45515)) ([9cd8c6d](https://github.com/renovatebot/renovate/commit/9cd8c6d2184c97e61491644f25c4a4e8a7f155c2)) ### [`v44.47.0`](https://github.com/renovatebot/renovate/releases/tag/44.47.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.7...44.47.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.90.0 (main) ([#&#8203;45512](https://github.com/renovatebot/renovate/issues/45512)) ([e0aa2ca](https://github.com/renovatebot/renovate/commit/e0aa2cab3be86dbfd05403a96229af35e2a5ccd9)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.2 (main) ([#&#8203;45511](https://github.com/renovatebot/renovate/issues/45511)) ([9f7e356](https://github.com/renovatebot/renovate/commit/9f7e35697172ceeab6aa382bab0503e7ae84ce59)) ### [`v44.46.7`](https://github.com/renovatebot/renovate/releases/tag/44.46.7) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.6...44.46.7) ##### Bug Fixes - **changelog:** dedupe releases which are equal for the versioning in use ([#&#8203;45506](https://github.com/renovatebot/renovate/issues/45506)) ([28391ae](https://github.com/renovatebot/renovate/commit/28391ae966fa6a6da1e75ee3897a895e53ec6145)) - **datasource/docker:** update traefik source URL to traefik/traefik ([#&#8203;45505](https://github.com/renovatebot/renovate/issues/45505)) ([9d90b63](https://github.com/renovatebot/renovate/commit/9d90b63bec4be1deb249edf6597b63173183208c)) ##### Documentation - point to `logLevelRemap` for `minimumReleaseAgeBehaviour=timestamp-optional` warnings ([#&#8203;45498](https://github.com/renovatebot/renovate/issues/45498)) ([41820f7](https://github.com/renovatebot/renovate/commit/41820f7301582251ecd58356c9908400c6dd2c1f)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v4.37.9 (main) ([#&#8203;45484](https://github.com/renovatebot/renovate/issues/45484)) ([2455656](https://github.com/renovatebot/renovate/commit/24556562d68c3b074cc9d4b14827568b094ffb73)) ##### Build System - **deps:** update dependency node to v24.20.0 (main) ([#&#8203;45509](https://github.com/renovatebot/renovate/issues/45509)) ([d1c191a](https://github.com/renovatebot/renovate/commit/d1c191add030f7dffc998f40d316573e18ea7864)) ### [`v44.46.6`](https://github.com/renovatebot/renovate/releases/tag/44.46.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.5...44.46.6) ##### Build System - **deps:** update node.js to v24.20.0 (main) ([#&#8203;45485](https://github.com/renovatebot/renovate/issues/45485)) ([5c8e0de](https://github.com/renovatebot/renovate/commit/5c8e0de151324c35c04a739ce61b61992ec8352b)) ### [`v44.46.5`](https://github.com/renovatebot/renovate/releases/tag/44.46.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.4...44.46.5) ##### Bug Fixes - **github:** respect automergeStrategy with platform automerge ([#&#8203;44563](https://github.com/renovatebot/renovate/issues/44563)) ([93afa9f](https://github.com/renovatebot/renovate/commit/93afa9fc423a714cba8fe1c50b512781cd7ae8ca)) ##### Miscellaneous Chores - **deps:** update dependency vite to v8.2.2 (main) ([#&#8203;45491](https://github.com/renovatebot/renovate/issues/45491)) ([fcec542](https://github.com/renovatebot/renovate/commit/fcec5428f09b8a8d5f0ebe83b797695f291e933d)) ### [`v44.46.4`](https://github.com/renovatebot/renovate/releases/tag/44.46.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.3...44.46.4) ##### Bug Fixes - **lint:** use `parseInt` over `Number` ([#&#8203;45472](https://github.com/renovatebot/renovate/issues/45472)) ([0216124](https://github.com/renovatebot/renovate/commit/021612414c81fbdd791ab09ba51ab563033b44ff)) ### [`v44.46.3`](https://github.com/renovatebot/renovate/releases/tag/44.46.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.2...44.46.3) ##### Bug Fixes - **logger:** only truncate `metaFields` when they're string values ([#&#8203;45478](https://github.com/renovatebot/renovate/issues/45478)) ([e456197](https://github.com/renovatebot/renovate/commit/e456197addb52dae058977c8ec11821a2f978df9)) ##### Code Refactoring - **logger:** remove unused `dependencies` as a stringified `metaField` ([#&#8203;45477](https://github.com/renovatebot/renovate/issues/45477)) ([4c8a1bd](https://github.com/renovatebot/renovate/commit/4c8a1bd59d00989a62fec4d5aaafa9b59592a9f5)) ##### Tests - **logger:** add coverage of current `metaFields` stringifying behaviour ([#&#8203;45476](https://github.com/renovatebot/renovate/issues/45476)) ([1d48943](https://github.com/renovatebot/renovate/commit/1d489438f8ad209ac5935b8eda50a56aaa926c4f)) ### [`v44.46.2`](https://github.com/renovatebot/renovate/releases/tag/44.46.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.1...44.46.2) ##### Bug Fixes - **lint:** extend `prefer-is-helpers` to catch more cases ([#&#8203;45474](https://github.com/renovatebot/renovate/issues/45474)) ([a9c8f74](https://github.com/renovatebot/renovate/commit/a9c8f7431f7b02bce08288f66c81040746587d83)) ### [`v44.46.1`](https://github.com/renovatebot/renovate/releases/tag/44.46.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.46.0...44.46.1) ##### Bug Fixes - **manager/gomod:** handle bare `../` replace paths in `gomodTidyAll` ([#&#8203;45392](https://github.com/renovatebot/renovate/issues/45392)) ([cee4515](https://github.com/renovatebot/renovate/commit/cee4515c2ebd8480cab8a7ffaeab9501e5657671)) ##### Miscellaneous Chores - **deps:** update linters to v1.79.0 (main) ([#&#8203;44542](https://github.com/renovatebot/renovate/issues/44542)) ([91dafe9](https://github.com/renovatebot/renovate/commit/91dafe934e78c4c2795775349fdae44ec5a1e96e)) ### [`v44.46.0`](https://github.com/renovatebot/renovate/releases/tag/44.46.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.45.4...44.46.0) ##### Features - **presets:** add @&#8203;oxlint/\* packages to packages:linters and monorepo:oxlint ([#&#8203;45466](https://github.com/renovatebot/renovate/issues/45466)) ([1012b34](https://github.com/renovatebot/renovate/commit/1012b3402555abf3b2b952a1044ec3e83d5316c7)) ### [`v44.45.4`](https://github.com/renovatebot/renovate/releases/tag/44.45.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.45.3...44.45.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.7 (main) ([#&#8203;45471](https://github.com/renovatebot/renovate/issues/45471)) ([844a2ce](https://github.com/renovatebot/renovate/commit/844a2ce955b084e8121753a087b5413332261b84)) ### [`v44.45.3`](https://github.com/renovatebot/renovate/releases/tag/44.45.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.45.2...44.45.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.6 (main) ([#&#8203;45470](https://github.com/renovatebot/renovate/issues/45470)) ([224f1e3](https://github.com/renovatebot/renovate/commit/224f1e3e9f15034fa9d469e7f36c9cd8d40df1e2)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v14.14.1 (main) ([#&#8203;45469](https://github.com/renovatebot/renovate/issues/45469)) ([bc0672b](https://github.com/renovatebot/renovate/commit/bc0672b1b8c772b8ec15d73e23437371ecbd04dc)) ### [`v44.45.2`](https://github.com/renovatebot/renovate/releases/tag/44.45.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.45.1...44.45.2) ##### Bug Fixes - **github-graphql:** lower shrinkPageSize floor from 25 to 5 ([#&#8203;45460](https://github.com/renovatebot/renovate/issues/45460)) ([d4c29b1](https://github.com/renovatebot/renovate/commit/d4c29b1cfd9ce4429e05401616cf4927a86f2c8d)) ### [`v44.45.1`](https://github.com/renovatebot/renovate/releases/tag/44.45.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.45.0...44.45.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.5 (main) ([#&#8203;45468](https://github.com/renovatebot/renovate/issues/45468)) ([dfda756](https://github.com/renovatebot/renovate/commit/dfda756e264cad8febb205678ff871914669f0e0)) ### [`v44.45.0`](https://github.com/renovatebot/renovate/releases/tag/44.45.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.44.0...44.45.0) ##### Features - **http/bitbucket:** warn when an endpoint announces a deprecation ([#&#8203;45461](https://github.com/renovatebot/renovate/issues/45461)) ([a4b5c18](https://github.com/renovatebot/renovate/commit/a4b5c1878c0b0a4e491d882488a76c14b3075c89)) ##### Miscellaneous Chores - **deps:** update dependency astral-sh/uv to v0.12.6 (main) ([#&#8203;45464](https://github.com/renovatebot/renovate/issues/45464)) ([f35acdd](https://github.com/renovatebot/renovate/commit/f35acdd781d16dba35e4dafd8310ed556dd856bd)) - **deps:** update dependency uv to v0.12.6 (main) ([#&#8203;45465](https://github.com/renovatebot/renovate/issues/45465)) ([1d366f3](https://github.com/renovatebot/renovate/commit/1d366f3e4c208697572ddc073a8c000f7f882960)) ##### Tests - **manager/bundler:** add missing branch coverage in extract() ([#&#8203;45457](https://github.com/renovatebot/renovate/issues/45457)) ([aa5d1e5](https://github.com/renovatebot/renovate/commit/aa5d1e59a028b9c9164455f949aa563a4ff6f509)) - **versioning/conan:** ignore unreachable coverage branches ([#&#8203;45458](https://github.com/renovatebot/renovate/issues/45458)) ([0cc9356](https://github.com/renovatebot/renovate/commit/0cc9356915cbc924c22057d28851b29c61762655)) ### [`v44.44.0`](https://github.com/renovatebot/renovate/releases/tag/44.44.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.43.1...44.44.0) ##### Features - **http/bitbucket:** surface deprecated and removed API functionality ([#&#8203;45446](https://github.com/renovatebot/renovate/issues/45446)) ([4eee9a4](https://github.com/renovatebot/renovate/commit/4eee9a468370242b42afb689967d732a86eb3170)) ##### Bug Fixes - **manager/sveltos:** concatenate repositoryURL with chartName for OCI ([#&#8203;45439](https://github.com/renovatebot/renovate/issues/45439)) ([448597f](https://github.com/renovatebot/renovate/commit/448597f97037c442f2e4ed467eaec8e5dfceb2fa)) - **platform/bitbucket:** remove support for Issues ([#&#8203;45445](https://github.com/renovatebot/renovate/issues/45445)) ([ad63ddd](https://github.com/renovatebot/renovate/commit/ad63dddef764aaa0846cf236811509e1c4b3ecc1)), closes [#&#8203;20568](https://github.com/renovatebot/renovate/issues/20568) ##### Miscellaneous Chores - **deps:** update vitest monorepo to v4.1.11 (main) ([#&#8203;45452](https://github.com/renovatebot/renovate/issues/45452)) ([e173b32](https://github.com/renovatebot/renovate/commit/e173b32cb50b252a9927d13cb78421c58a3a321a)) ##### Code Refactoring - **http:** add a `handleResponse` hook ([#&#8203;45449](https://github.com/renovatebot/renovate/issues/45449)) ([3861bda](https://github.com/renovatebot/renovate/commit/3861bdab30b14f7799fe46bb8c3ca8fec714b180)) ### [`v44.43.1`](https://github.com/renovatebot/renovate/releases/tag/44.43.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.43.0...44.43.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.4 (main) ([#&#8203;45444](https://github.com/renovatebot/renovate/issues/45444)) ([7d7f286](https://github.com/renovatebot/renovate/commit/7d7f286dc8170d048155a3d68db5f722b8d4a23d)) ### [`v44.43.0`](https://github.com/renovatebot/renovate/releases/tag/44.43.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.42.2...44.43.0) ##### Features - **manager/github-actions:** add `workflow` depType for reusable workflow calls ([#&#8203;45443](https://github.com/renovatebot/renovate/issues/45443)) ([69e0523](https://github.com/renovatebot/renovate/commit/69e05233e86aa43ddea838550f255579a09b666c)) ##### Miscellaneous Chores - **deps:** update jdx/mise-action action to v4.3.0 (main) ([#&#8203;45442](https://github.com/renovatebot/renovate/issues/45442)) ([577ffce](https://github.com/renovatebot/renovate/commit/577ffcec28e0178bc6eaf48751a4d4efc422f0fa)) ### [`v44.42.2`](https://github.com/renovatebot/renovate/releases/tag/44.42.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.42.1...44.42.2) ##### Bug Fixes - **manager/copier:** report template conflicts as artifact errors ([#&#8203;45433](https://github.com/renovatebot/renovate/issues/45433)) ([c3b0166](https://github.com/renovatebot/renovate/commit/c3b016672c560b5c5cedfff41142c9d6690fec4d)) ### [`v44.42.1`](https://github.com/renovatebot/renovate/releases/tag/44.42.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.42.0...44.42.1) ##### Bug Fixes - **platform/azure:** detect hosted deployment when `deploymentType` is a string ([#&#8203;45440](https://github.com/renovatebot/renovate/issues/45440)) ([694410d](https://github.com/renovatebot/renovate/commit/694410d4bb57c0d684e65650c4e7ec32325d85f5)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.9 (main) ([#&#8203;45435](https://github.com/renovatebot/renovate/issues/45435)) ([ccc37d5](https://github.com/renovatebot/renovate/commit/ccc37d5932561024aa6d3f97b3d0bed0bc9cbfd0)) - **deps:** update dependency [@&#8203;types/markdown-it](https://github.com/types/markdown-it) to v14.2.0 (main) ([#&#8203;45436](https://github.com/renovatebot/renovate/issues/45436)) ([033d1a7](https://github.com/renovatebot/renovate/commit/033d1a792fbcbeed4ea485f213a77a5f610ccefc)) ### [`v44.42.0`](https://github.com/renovatebot/renovate/releases/tag/44.42.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.41.1...44.42.0) ##### Features - always set `CI=true` for subprocesses ([43d63f9](https://github.com/renovatebot/renovate/commit/43d63f9b313c9403d39017e7c627405e8489ff5f)), closes [#&#8203;43761](https://github.com/renovatebot/renovate/issues/43761) [#&#8203;43606](https://github.com/renovatebot/renovate/issues/43606) - always set `CI=true` for subprocesses ([5b17499](https://github.com/renovatebot/renovate/commit/5b1749983ccd4f903591db1a0b8212d0161fed5f)), closes [#&#8203;43761](https://github.com/renovatebot/renovate/issues/43761) [#&#8203;43606](https://github.com/renovatebot/renovate/issues/43606) ##### Code Refactoring - **manager/npm:** remove redundant `CI=true` ([f50bee3](https://github.com/renovatebot/renovate/commit/f50bee3afa82c533cd6bdbb92a488693d24d5986)) - **tools:** extract function for `basicEnvVars` docs ([8770bff](https://github.com/renovatebot/renovate/commit/8770bfff41772afd4fa02a566f88d4d3c8f4bcdd)) ##### Tests - **manager/npm:** fix `getChildProcessEnv` mock in yarn tests ([2779587](https://github.com/renovatebot/renovate/commit/2779587e31a03a4c6336d36978efca12d585e5f6)) - **util/exec:** be more strict in expected value ([0d920f1](https://github.com/renovatebot/renovate/commit/0d920f17d257c7ae1943a560193c4827e4bfaff0)) ### [`v44.41.1`](https://github.com/renovatebot/renovate/releases/tag/44.41.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.41.0...44.41.1) ##### Bug Fixes - **http/github:** support cursor pagination ([#&#8203;45241](https://github.com/renovatebot/renovate/issues/45241)) ([9cc1ab0](https://github.com/renovatebot/renovate/commit/9cc1ab0df647cceb491c7c22436e9a7fc1a5134e)) ### [`v44.41.0`](https://github.com/renovatebot/renovate/releases/tag/44.41.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.40.1...44.41.0) ##### Features - **config:** add `overrideDescription` option ([#&#8203;45400](https://github.com/renovatebot/renovate/issues/45400)) ([9d0e535](https://github.com/renovatebot/renovate/commit/9d0e535934bced829d1cb70ed77a14798b0da8d6)) ### [`v44.40.1`](https://github.com/renovatebot/renovate/releases/tag/44.40.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.40.0...44.40.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.3 (main) ([#&#8203;45419](https://github.com/renovatebot/renovate/issues/45419)) ([28abf41](https://github.com/renovatebot/renovate/commit/28abf414f54953ae8e037cdfc3a0a3e2e0b2d0cc)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;oxlint/plugins](https://github.com/oxlint/plugins) to v1.78.0 (main) ([#&#8203;45346](https://github.com/renovatebot/renovate/issues/45346)) ([ea8d11b](https://github.com/renovatebot/renovate/commit/ea8d11b096b27656a50edf52453d3de5b54544b7)) ### [`v44.40.0`](https://github.com/renovatebot/renovate/releases/tag/44.40.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.39.3...44.40.0) ##### Features - **data:** automatic update of static data ([#&#8203;45401](https://github.com/renovatebot/renovate/issues/45401)) ([c05d35a](https://github.com/renovatebot/renovate/commit/c05d35a3de2b02a324c812c3121ac9c84b29e511)) ##### Documentation - update references to otel/opentelemetry-collector-contrib to v0.159.0 (main) ([#&#8203;45408](https://github.com/renovatebot/renovate/issues/45408)) ([823dd62](https://github.com/renovatebot/renovate/commit/823dd62eb6688d47b65239e80c750deabd1ac55d)) - update references to prom/prometheus to v3.14.0 (main) ([#&#8203;45410](https://github.com/renovatebot/renovate/issues/45410)) ([385ab96](https://github.com/renovatebot/renovate/commit/385ab969a5a0a076e3376845949f95bdf7f8e702)) - update references to python to [`4fad234`](https://github.com/renovatebot/renovate/commit/4fad234) (main) ([#&#8203;45407](https://github.com/renovatebot/renovate/issues/45407)) ([9ce288e](https://github.com/renovatebot/renovate/commit/9ce288efbabaa0ae7c7abe343e93fbcbd98777fd)) - update references to renovate/renovate (main) ([#&#8203;45411](https://github.com/renovatebot/renovate/issues/45411)) ([e162f91](https://github.com/renovatebot/renovate/commit/e162f919a709c887fafe76822b529641aaaadd0e)) - update references to renovatebot/github-action to v46.2.3 (main) ([#&#8203;45412](https://github.com/renovatebot/renovate/issues/45412)) ([7aafba7](https://github.com/renovatebot/renovate/commit/7aafba73809cf5616c83d4c5b834b8b3c51934a5)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#&#8203;45413](https://github.com/renovatebot/renovate/issues/45413)) ([597312a](https://github.com/renovatebot/renovate/commit/597312a867f7d7e0b3f5c56f57c29910e5b24126)) - **deps:** lock file maintenance (main) ([#&#8203;45414](https://github.com/renovatebot/renovate/issues/45414)) ([53ce594](https://github.com/renovatebot/renovate/commit/53ce594df26ab143de226bdd1390ee472d486178)) ### [`v44.39.3`](https://github.com/renovatebot/renovate/releases/tag/44.39.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.39.2...44.39.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.2 (main) ([#&#8203;45405](https://github.com/renovatebot/renovate/issues/45405)) ([047e5e7](https://github.com/renovatebot/renovate/commit/047e5e79df23c8f7e3438c74b6d4194bc3caaba9)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;containerbase/istanbul-reports-html](https://github.com/containerbase/istanbul-reports-html) to v2.0.17 (main) ([#&#8203;45403](https://github.com/renovatebot/renovate/issues/45403)) ([2f658f0](https://github.com/renovatebot/renovate/commit/2f658f0b38c3135a85ad0af4077339d7168a3e2b)) - **deps:** update dependency [@&#8203;smithy/util-stream](https://github.com/smithy/util-stream) to v4.8.1 (main) ([#&#8203;45338](https://github.com/renovatebot/renovate/issues/45338)) ([c2dd4f8](https://github.com/renovatebot/renovate/commit/c2dd4f856f068eeda4c10afc3752c35fe1f6cab1)) - **deps:** update dependency [@&#8203;smithy/util-stream](https://github.com/smithy/util-stream) to v4.8.2 (main) ([#&#8203;45397](https://github.com/renovatebot/renovate/issues/45397)) ([55f5c17](https://github.com/renovatebot/renovate/commit/55f5c175395c147d76c54f6950a00155e8a0fee5)) - **deps:** update dependency pnpm to v11.22.0 (main) ([#&#8203;45398](https://github.com/renovatebot/renovate/issues/45398)) ([92e0ab4](https://github.com/renovatebot/renovate/commit/92e0ab46b5da302c787eba7fbab1a548c57d7395)) ### [`v44.39.2`](https://github.com/renovatebot/renovate/releases/tag/44.39.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.39.1...44.39.2) ##### Bug Fixes - **linters:** forbid inert counts in v8 coverage-ignore comments ([#&#8203;45287](https://github.com/renovatebot/renovate/issues/45287)) ([a473e73](https://github.com/renovatebot/renovate/commit/a473e73b3e89999af1b8c35da26c87574d96b724)) ##### Continuous Integration - add commit hook for BREAKING CHANGE ([#&#8203;45391](https://github.com/renovatebot/renovate/issues/45391)) ([aaeedf2](https://github.com/renovatebot/renovate/commit/aaeedf20fe93f3319f1ca60f79e903261698ed48)) ### [`v44.39.1`](https://github.com/renovatebot/renovate/releases/tag/44.39.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.39.0...44.39.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.1 (main) ([#&#8203;45387](https://github.com/renovatebot/renovate/issues/45387)) ([1208dd3](https://github.com/renovatebot/renovate/commit/1208dd35cb79d8ed4f5f892b51002e45304619c1)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v4.37.8 (main) ([#&#8203;45386](https://github.com/renovatebot/renovate/issues/45386)) ([b7f19dc](https://github.com/renovatebot/renovate/commit/b7f19dc9a95bb2133e99daac1ab47c01e33f52a1)) ### [`v44.39.0`](https://github.com/renovatebot/renovate/releases/tag/44.39.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.38.0...44.39.0) ##### Features - **onboarding:** show "What to Expect" first in summary view ([#&#8203;44922](https://github.com/renovatebot/renovate/issues/44922)) ([d1b6830](https://github.com/renovatebot/renovate/commit/d1b6830ddfe100b4dcc39fa90e979bf76b8fd2b6)) ##### Documentation - **manager/gradle:** add link to Dependency Verification docs ([#&#8203;45384](https://github.com/renovatebot/renovate/issues/45384)) ([1fc0a3e](https://github.com/renovatebot/renovate/commit/1fc0a3e5bdb90d89d37956e23d0d1ce1bee2c73b)) ##### Code Refactoring - **workers/repository:** extract PR body template helpers for onboarding/reconfigure ([#&#8203;45382](https://github.com/renovatebot/renovate/issues/45382)) ([4593b9b](https://github.com/renovatebot/renovate/commit/4593b9b5a6e1b23dc0927106478cefb413554f24)) ### [`v44.38.0`](https://github.com/renovatebot/renovate/releases/tag/44.38.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.37.1...44.38.0) ##### Features - **manager/devcontainer:** add folder pattern to list of managerFilePatterns ([#&#8203;45377](https://github.com/renovatebot/renovate/issues/45377)) ([adce441](https://github.com/renovatebot/renovate/commit/adce441ee5c4fb306206da2fff9b96e4c0d7a045)) ##### Bug Fixes - **vulnerabilities:** scope Go stdlib OSV remediation to the `toolchain` directive ([#&#8203;45334](https://github.com/renovatebot/renovate/issues/45334)) ([6c7d345](https://github.com/renovatebot/renovate/commit/6c7d34505712f1115ddde62bbd0cfe2a57a5f7c2)) ### [`v44.37.1`](https://github.com/renovatebot/renovate/releases/tag/44.37.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.37.0...44.37.1) ##### Bug Fixes - **onboarding:** clarify security PRs are not part of limits ([#&#8203;45215](https://github.com/renovatebot/renovate/issues/45215)) ([98988e1](https://github.com/renovatebot/renovate/commit/98988e1b2a4fc0dc9f165d5709288ad462eb79f2)) ### [`v44.37.0`](https://github.com/renovatebot/renovate/releases/tag/44.37.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.36.0...44.37.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.89.0 (main) ([#&#8203;45378](https://github.com/renovatebot/renovate/issues/45378)) ([130e335](https://github.com/renovatebot/renovate/commit/130e3351df79c0d55405cba4a13d4926415ea3bc)) ### [`v44.36.0`](https://github.com/renovatebot/renovate/releases/tag/44.36.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.5...44.36.0) ##### Features - **onboarding:** improve wording of concurrency limits with PRs opened ([#&#8203;45213](https://github.com/renovatebot/renovate/issues/45213)) ([bf17167](https://github.com/renovatebot/renovate/commit/bf17167a671afff607bce0d139ede69789cbebcf)) ### [`v44.35.5`](https://github.com/renovatebot/renovate/releases/tag/44.35.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.4...44.35.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.88.4 (main) ([#&#8203;45376](https://github.com/renovatebot/renovate/issues/45376)) ([d629420](https://github.com/renovatebot/renovate/commit/d6294202c15d1639af630cc6abfc09b1198c1396)) ### [`v44.35.4`](https://github.com/renovatebot/renovate/releases/tag/44.35.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.3...44.35.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.88.3 (main) ([#&#8203;45365](https://github.com/renovatebot/renovate/issues/45365)) ([da01a2f](https://github.com/renovatebot/renovate/commit/da01a2f63d365c983b3e214c31d87675c4f59e44)) ### [`v44.35.3`](https://github.com/renovatebot/renovate/releases/tag/44.35.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.2...44.35.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.88.2 (main) ([#&#8203;45364](https://github.com/renovatebot/renovate/issues/45364)) ([71b9888](https://github.com/renovatebot/renovate/commit/71b9888f865da33a11fa9256b16faa6e6ec77b7d)) ### [`v44.35.2`](https://github.com/renovatebot/renovate/releases/tag/44.35.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.1...44.35.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.88.1 (main) ([#&#8203;45363](https://github.com/renovatebot/renovate/issues/45363)) ([52db0eb](https://github.com/renovatebot/renovate/commit/52db0ebbf0fce22cd63a970f33033e9da1544cbd)) ### [`v44.35.1`](https://github.com/renovatebot/renovate/releases/tag/44.35.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.35.0...44.35.1) ##### Bug Fixes - **datasource/npm:** don't break on non-string `homepage` ([#&#8203;45358](https://github.com/renovatebot/renovate/issues/45358)) ([a61de24](https://github.com/renovatebot/renovate/commit/a61de24310f2aee3ac22b60624945558320b487c)), closes [#&#8203;45357](https://github.com/renovatebot/renovate/issues/45357) ### [`v44.35.0`](https://github.com/renovatebot/renovate/releases/tag/44.35.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.34.3...44.35.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.88.0 (main) ([#&#8203;45361](https://github.com/renovatebot/renovate/issues/45361)) ([179b8f4](https://github.com/renovatebot/renovate/commit/179b8f4be5955170e6313662ae9a1f589dd925ae)) ### [`v44.34.3`](https://github.com/renovatebot/renovate/releases/tag/44.34.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.34.2...44.34.3) ##### Bug Fixes - **kotlin-script:** support vararg arguments in `@file:DependsOn` and `@file:Repository` ([#&#8203;44762](https://github.com/renovatebot/renovate/issues/44762)) ([8ea65f7](https://github.com/renovatebot/renovate/commit/8ea65f77d2a12223a568eb0d98e600387107c840)) ### [`v44.34.2`](https://github.com/renovatebot/renovate/releases/tag/44.34.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.34.1...44.34.2) ##### Bug Fixes - **gradle:** collision with well-known Android APIs ([#&#8203;45350](https://github.com/renovatebot/renovate/issues/45350)) ([c77ac1f](https://github.com/renovatebot/renovate/commit/c77ac1f29c0d325a71d8a3a52e3999206b9d2e9e)) ### [`v44.34.1`](https://github.com/renovatebot/renovate/releases/tag/44.34.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.34.0...44.34.1) ##### Build System - **deps:** update dependency azure-devops-node-api to v15.1.3 (main) ([#&#8203;45355](https://github.com/renovatebot/renovate/issues/45355)) ([ae4f36d](https://github.com/renovatebot/renovate/commit/ae4f36d01ee890d48fea10adf624a4d138cb6e0e)) ### [`v44.34.0`](https://github.com/renovatebot/renovate/releases/tag/44.34.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.33.2...44.34.0) ##### Features - **manager/poetry:** pass POETRY\_SOLVER\_MIN\_RELEASE\_AGE when minimumReleaseAge is configured ([#&#8203;43429](https://github.com/renovatebot/renovate/issues/43429)) ([dd72cf0](https://github.com/renovatebot/renovate/commit/dd72cf0cd26829bcdc285012916de4a231e9773d)) ##### Documentation - update information about `renovate-pretty-log` ([#&#8203;45327](https://github.com/renovatebot/renovate/issues/45327)) ([5af2a19](https://github.com/renovatebot/renovate/commit/5af2a1955e817ff4a0cc6db4a674326ce9dfaf38)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;hyrious/marshal](https://github.com/hyrious/marshal) to v0.3.4 (main) ([#&#8203;45344](https://github.com/renovatebot/renovate/issues/45344)) ([a648fa7](https://github.com/renovatebot/renovate/commit/a648fa730953539470f087a3a16b5cc5ee6664e2)) ##### Code Refactoring - **changelog:** make release-notes URLs overridable on ChangeLogSource ([#&#8203;45260](https://github.com/renovatebot/renovate/issues/45260)) ([e42c696](https://github.com/renovatebot/renovate/commit/e42c696dce2f87223e8894536a5839de9222f44f)) - **config:** use constants for config validation topics ([#&#8203;45333](https://github.com/renovatebot/renovate/issues/45333)) ([1d6af9f](https://github.com/renovatebot/renovate/commit/1d6af9f2078714c2ab1ba9eba58e26c16b99a225)) ##### Continuous Integration - **oxlint:** move custom oxlint rules to typescript and alternative API ([#&#8203;45337](https://github.com/renovatebot/renovate/issues/45337)) ([e44c9a2](https://github.com/renovatebot/renovate/commit/e44c9a207016a6a786ee158b8ec88f11be31da02)) - **precommit:** block issue closing keywords in commit messages ([#&#8203;45290](https://github.com/renovatebot/renovate/issues/45290)) ([c235170](https://github.com/renovatebot/renovate/commit/c2351708d7b96f87339525ab68fd0165131df245)) ### [`v44.33.2`](https://github.com/renovatebot/renovate/releases/tag/44.33.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.33.1...44.33.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.87.3 (main) ([#&#8203;45332](https://github.com/renovatebot/renovate/issues/45332)) ([1333d2c](https://github.com/renovatebot/renovate/commit/1333d2c0509702428953340346bb0cc1c924d48e)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to v2.5.8 (main) ([#&#8203;45329](https://github.com/renovatebot/renovate/issues/45329)) ([72f9949](https://github.com/renovatebot/renovate/commit/72f9949c9dd730a16bc5979d49789c025dce1691)) ##### Continuous Integration - add `restore-keys` fallback for tsbuildinfo cache ([97c10ff](https://github.com/renovatebot/renovate/commit/97c10ffcc9f0441a7d3a9052a0af68a4b9689b99)) - add `restore-keys` fallback for vitest cache ([a265d4a](https://github.com/renovatebot/renovate/commit/a265d4a56ece2a1d7b7893d7c13d11ba22f3f296)) - add missing `description` to `setup-docker` action ([da7dc8b](https://github.com/renovatebot/renovate/commit/da7dc8b895ce2d1d6a8769b96edf77a29c5eb396)) - correctly generate prefetch matrix cache key ([6a7683b](https://github.com/renovatebot/renovate/commit/6a7683b750f653e2317a4aa0f7f2c5911abf92f4)) - don't gate `build-docs` on `lint-docs` ([27875b6](https://github.com/renovatebot/renovate/commit/27875b6bf7a5f55cc08aaadf7862415496cf0b70)) - don't gate `lint-actions` on `setup-build` ([4dae136](https://github.com/renovatebot/renovate/commit/4dae13669de10e4374e9c096db339e64758b92ae)) - ensure `lint-actions` lints composite actions ([a00fef3](https://github.com/renovatebot/renovate/commit/a00fef3069dee0c249c1fce47b798a195bf608de)) - ensure that linting leads to `test-success` failure ([267c7ff](https://github.com/renovatebot/renovate/commit/267c7fff951c674aea78be108933722ab837be09)) - evaluate codecov `fail_ci_if_error` as an expression ([eeaa20f](https://github.com/renovatebot/renovate/commit/eeaa20fe2cf98174b17fd573bb0df59bc736708f)) - **mend-slack:** pass discussion timestamp to script via `env` ([0bc5849](https://github.com/renovatebot/renovate/commit/0bc5849acd6b8bfee30e54a7239f5649e2e5b817)) - never restore caches into the release job ([34c7bcb](https://github.com/renovatebot/renovate/commit/34c7bcb7a50cafe7c8fd7f94fc679d0325bb3ccc)) - pass secrets and inputs to release scripts via `env` ([a0ad2d0](https://github.com/renovatebot/renovate/commit/a0ad2d0d156631dad82a1276fa92dbce30b19ed6)) - remove duplicated `markdown-lint` step from `lint-docs` ([d1073f0](https://github.com/renovatebot/renovate/commit/d1073f0bc86ec488ff7a0f8e27f04e226b1172e6)) - **ws\_scan:** pass Mend API key via `WS_APIKEY` environment variable ([2d566bf](https://github.com/renovatebot/renovate/commit/2d566bfe0b9ea229721b2cf15442a22b5d1d51aa)) ### [`v44.33.1`](https://github.com/renovatebot/renovate/releases/tag/44.33.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.33.0...44.33.1) ##### Bug Fixes - **datasource:** keep merged releases when a registry is rate-limited ([#&#8203;45299](https://github.com/renovatebot/renovate/issues/45299)) ([37444ef](https://github.com/renovatebot/renovate/commit/37444eff27fb929f310da3ed6e3a5a9d9974ad55)) ### [`v44.33.0`](https://github.com/renovatebot/renovate/releases/tag/44.33.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.6...44.33.0) ##### Features - **pypi:** add support for JSON-based Simple API (PEP 691) ([#&#8203;44222](https://github.com/renovatebot/renovate/issues/44222)) ([2606ae2](https://github.com/renovatebot/renovate/commit/2606ae2bd365b4d6e6173ed09138e36018a61ffe)), closes [#&#8203;44182](https://github.com/renovatebot/renovate/issues/44182) ##### Code Refactoring - **java-version:** extract adoptium HTTP logic from datasource class ([#&#8203;42604](https://github.com/renovatebot/renovate/issues/42604)) ([a53aaf4](https://github.com/renovatebot/renovate/commit/a53aaf41411051b21d93a02c213928067844bc23)) - remove escapeRegExp and replace with RegExp.escape ([#&#8203;45322](https://github.com/renovatebot/renovate/issues/45322)) ([41da033](https://github.com/renovatebot/renovate/commit/41da03375639dcbc01616b5d966c070545abb17a)) ### [`v44.32.6`](https://github.com/renovatebot/renovate/releases/tag/44.32.6) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.5...44.32.6) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.87.2 (main) ([#&#8203;45323](https://github.com/renovatebot/renovate/issues/45323)) ([2fb8ad4](https://github.com/renovatebot/renovate/commit/2fb8ad4da9f555b81ea18c857d8c1f8c9c90af7b)) ### [`v44.32.5`](https://github.com/renovatebot/renovate/releases/tag/44.32.5) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.4...44.32.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.87.1 (main) ([#&#8203;45320](https://github.com/renovatebot/renovate/issues/45320)) ([803f154](https://github.com/renovatebot/renovate/commit/803f154a6b6003343e6078c83a8126c398a0d19f)) ### [`v44.32.4`](https://github.com/renovatebot/renovate/releases/tag/44.32.4) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.3...44.32.4) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.68.1 (main) ([#&#8203;45318](https://github.com/renovatebot/renovate/issues/45318)) ([01a6df8](https://github.com/renovatebot/renovate/commit/01a6df82045004ffd379810d435d491e86d596cd)) ##### Build System - **deps:** update dependency jsonc-weaver to v0.3.1 (main) ([#&#8203;45317](https://github.com/renovatebot/renovate/issues/45317)) ([0294dce](https://github.com/renovatebot/renovate/commit/0294dce9e2b4b4b567253ee6b23bc4ccb5c14833)) ### [`v44.32.3`](https://github.com/renovatebot/renovate/releases/tag/44.32.3) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.2...44.32.3) ##### Bug Fixes - **datasource/go:** prefer later `releaseTimestamp` from GitHub Releases ([#&#8203;45315](https://github.com/renovatebot/renovate/issues/45315)) ([d870505](https://github.com/renovatebot/renovate/commit/d8705054b0f0a1a9d866b767f6879d6cccf4305c)), closes [#&#8203;45314](https://github.com/renovatebot/renovate/issues/45314) [#&#8203;43451](https://github.com/renovatebot/renovate/issues/43451) - **github:** recognize another "needs approving review" message ([#&#8203;45052](https://github.com/renovatebot/renovate/issues/45052)) ([5e8bf3c](https://github.com/renovatebot/renovate/commit/5e8bf3c01082314997dd9cdf38bc34da63322ea6)) ### [`v44.32.2`](https://github.com/renovatebot/renovate/releases/tag/44.32.2) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.1...44.32.2) ##### Bug Fixes - **datasource/pypi:** use the earliest `upload_time` of a version ([#&#8203;45313](https://github.com/renovatebot/renovate/issues/45313)) ([e942788](https://github.com/renovatebot/renovate/commit/e942788539ef6e39a054c3111f1fb8062a520474)) ##### Tests - **datasource/pypi:** add regression test for `constraintsFiltering=strict` ([#&#8203;45312](https://github.com/renovatebot/renovate/issues/45312)) ([5e93fc2](https://github.com/renovatebot/renovate/commit/5e93fc225d1a5d866ecb411dff105dff3ab204f2)), closes [#&#8203;44222](https://github.com/renovatebot/renovate/issues/44222) ### [`v44.32.1`](https://github.com/renovatebot/renovate/releases/tag/44.32.1) [Compare Source](https://github.com/renovatebot/renovate/compare/44.32.0...44.32.1) ##### Bug Fixes - **datasource/npm:** handle absent `homepage`s ([#&#8203;45219](https://github.com/renovatebot/renovate/issues/45219)) ([116c3d6](https://github.com/renovatebot/renovate/commit/116c3d610cef921a21b0f9ab965a229a54b8fa8e)) ##### Miscellaneous Chores - **AGENTS.md:** tune the PR template + PR raising etiquette ([#&#8203;45311](https://github.com/renovatebot/renovate/issues/45311)) ([a07a598](https://github.com/renovatebot/renovate/commit/a07a59812bed2be856e20e9530f79712cdb0e712)) - **deps:** update dependency protobufjs\@&#8203;8.0.1 to v8.7.2 (main) ([#&#8203;45297](https://github.com/renovatebot/renovate/issues/45297)) ([a429936](https://github.com/renovatebot/renovate/commit/a429936763e803c7e025821d7193c9c8a47dc548)) ##### Tests - **git:** disable Git's maintenance in test repositories ([#&#8203;45310](https://github.com/renovatebot/renovate/issues/45310)) ([65be1c5](https://github.com/renovatebot/renovate/commit/65be1c5cee3160cc0a26049ac4dabb405d604c0c)) ### [`v44.32.0`](https://github.com/renovatebot/renovate/releases/tag/44.32.0) [Compare Source](https://github.com/renovatebot/renovate/compare/44.31.0...44.32.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.87.0 (main) ([#&#8203;45309](https://github.com/renovatebot/renovate/issues/45309)) ([a1453ae](https://github.com/renovatebot/renovate/commit/a1453aed50c932447366c9115e335f5698cad051)) ##### Documentation - clarify GHSA publishing timelines and CVE IDs ([#&#8203;45307](https://github.com/renovatebot/renovate/issues/45307)) ([183fc14](https://github.com/renovatebot/renovate/commit/183fc146734b3c00641e3f1c7fe0a10439624acf)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;containerbase/istanbul-reports-html](https://github.com/containerbase/istanbul-reports-html) to v2.0.16 (main) ([#&#8203;45305](https://github.com/renovatebot/renovate/issues/45305)) ([d1360ed](https://github.com/renovatebot/renovate/commit/d1360ed56ad4af2cad980f5cd7e6e4774c4c3bca)) - **deps:** update dependency pnpm to v11.21.0 (main) ([#&#8203;45306](https://github.com/renovatebot/renovate/issues/45306)) ([367ab09](https://github.com/renovatebot/renovate/commit/367ab09a05bfe6a97ddaba422be519feb0b5fa1d)) ##### Build System - **deps:** update dependency jsonc-weaver to v0.3.0 (main) ([#&#8203;45308](https://github.com/renovatebot/renovate/issues/45308)) ([d87e46e](https://github.com/renovatebot/renovate/commit/d87e46e17dedd113c3f5f7fa370492ee0c3cc5b3)) - **deps:** update dependency protobufjs to v8.7.2 (main) ([#&#8203;45296](https://github.com/renovatebot/renovate/issues/45296)) ([dfde7f2](https://github.com/renovatebot/renovate/commit/dfde7f21edb64cdc6fe44579a9da29c4d67fef4b)) </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:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Update CI images and actions
Some checks failed
CI / pre-commit (pull_request) Successful in 1m53s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 51s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
CI / frontend-test (pull_request) Successful in 3m52s
security-scan / JS SCA (npm audit) (pull_request) Successful in 32s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 27s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (backend) (pull_request) Successful in 2m8s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 19m15s
CI / e2e (pull_request) Failing after 25m23s
0b5ce4ceb0
robbertbos force-pushed renovate/ci from 0b5ce4ceb0
Some checks failed
CI / pre-commit (pull_request) Successful in 1m53s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 51s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
CI / frontend-test (pull_request) Successful in 3m52s
security-scan / JS SCA (npm audit) (pull_request) Successful in 32s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 27s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (backend) (pull_request) Successful in 2m8s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 19m15s
CI / e2e (pull_request) Failing after 25m23s
to 05ce263dcb
Some checks failed
CI / pre-commit (pull_request) Successful in 1m49s
CI / frontend-test (pull_request) Successful in 3m43s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
test-build / build (backend) (pull_request) Successful in 2m10s
test-build / build (frontend) (pull_request) Successful in 2m8s
security-scan / JS SCA (npm audit) (pull_request) Successful in 29s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 17m41s
CI / e2e (pull_request) Failing after 21m16s
2026-08-31 02:02:01 +00:00
Compare
robbertbos force-pushed renovate/ci from 05ce263dcb
Some checks failed
CI / pre-commit (pull_request) Successful in 1m49s
CI / frontend-test (pull_request) Successful in 3m43s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
test-build / build (backend) (pull_request) Successful in 2m10s
test-build / build (frontend) (pull_request) Successful in 2m8s
security-scan / JS SCA (npm audit) (pull_request) Successful in 29s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 17m41s
CI / e2e (pull_request) Failing after 21m16s
to 3225dc52e8
Some checks failed
CI / pre-commit (pull_request) Successful in 2m14s
CI / frontend-test (pull_request) Successful in 5m58s
CI / release-scripts (pull_request) Successful in 9s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 53s
security-scan / Python SAST (bandit) (pull_request) Successful in 30s
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 22s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (backend) (pull_request) Successful in 2m8s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 19m32s
CI / e2e (pull_request) Failing after 23m31s
2026-09-01 02:01:46 +00:00
Compare
robbertbos force-pushed renovate/ci from 3225dc52e8
Some checks failed
CI / pre-commit (pull_request) Successful in 2m14s
CI / frontend-test (pull_request) Successful in 5m58s
CI / release-scripts (pull_request) Successful in 9s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 53s
security-scan / Python SAST (bandit) (pull_request) Successful in 30s
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 22s
security-scan / SBOM (trivy) (pull_request) Successful in 15s
test-build / build (backend) (pull_request) Successful in 2m8s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 19m32s
CI / e2e (pull_request) Failing after 23m31s
to 652f9022ff
Some checks failed
CI / pre-commit (pull_request) Successful in 1m51s
CI / frontend-test (pull_request) Successful in 3m37s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / JS SCA (npm audit) (pull_request) Successful in 28s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
test-build / build (backend) (pull_request) Successful in 2m4s
test-build / build (frontend) (pull_request) Successful in 2m5s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 17m35s
CI / e2e (pull_request) Failing after 21m13s
2026-09-02 02:01:41 +00:00
Compare
robbertbos force-pushed renovate/ci from 652f9022ff
Some checks failed
CI / pre-commit (pull_request) Successful in 1m51s
CI / frontend-test (pull_request) Successful in 3m37s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 49s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / JS SCA (npm audit) (pull_request) Successful in 28s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 20s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
test-build / build (backend) (pull_request) Successful in 2m4s
test-build / build (frontend) (pull_request) Successful in 2m5s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 17m35s
CI / e2e (pull_request) Failing after 21m13s
to 728ca5bdd6
Some checks failed
CI / pre-commit (pull_request) Successful in 1m48s
CI / frontend-test (pull_request) Successful in 3m32s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 21s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (backend) (pull_request) Successful in 2m0s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 18m6s
CI / e2e (pull_request) Failing after 24m14s
2026-09-03 02:01:45 +00:00
Compare
robbertbos force-pushed renovate/ci from 728ca5bdd6
Some checks failed
CI / pre-commit (pull_request) Successful in 1m48s
CI / frontend-test (pull_request) Successful in 3m32s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 21s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
test-build / build (frontend) (pull_request) Successful in 2m1s
test-build / build (backend) (pull_request) Successful in 2m0s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 18m6s
CI / e2e (pull_request) Failing after 24m14s
to cd2785b2b7
All checks were successful
CI / frontend-test (pull_request) Successful in 3m34s
CI / release-scripts (pull_request) Successful in 7s
CI / pre-commit (pull_request) Successful in 8m40s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 45s
security-scan / Python SAST (bandit) (pull_request) Successful in 26s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 19s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
CI / backend-test (pull_request) Successful in 11m8s
security-scan / JS SCA (npm audit) (pull_request) Successful in 2m36s
test-build / build (backend) (pull_request) Successful in 1m42s
test-build / build (frontend) (pull_request) Successful in 1m50s
test-build / build (pull_request) Successful in 0s
CI / e2e (pull_request) Successful in 13m45s
2026-09-04 02:01:45 +00:00
Compare
robbertbos force-pushed renovate/ci from cd2785b2b7
All checks were successful
CI / frontend-test (pull_request) Successful in 3m34s
CI / release-scripts (pull_request) Successful in 7s
CI / pre-commit (pull_request) Successful in 8m40s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 45s
security-scan / Python SAST (bandit) (pull_request) Successful in 26s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 19s
security-scan / SBOM (trivy) (pull_request) Successful in 13s
CI / backend-test (pull_request) Successful in 11m8s
security-scan / JS SCA (npm audit) (pull_request) Successful in 2m36s
test-build / build (backend) (pull_request) Successful in 1m42s
test-build / build (frontend) (pull_request) Successful in 1m50s
test-build / build (pull_request) Successful in 0s
CI / e2e (pull_request) Successful in 13m45s
to deac20d594
Some checks failed
CI / pre-commit (pull_request) Successful in 1m47s
CI / frontend-test (pull_request) Successful in 3m38s
CI / release-scripts (pull_request) Successful in 8s
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 22s
security-scan / SBOM (trivy) (pull_request) Successful in 14s
test-build / build (backend) (pull_request) Successful in 2m34s
test-build / build (frontend) (pull_request) Successful in 3m16s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 22m26s
CI / e2e (pull_request) Failing after 31m8s
2026-09-05 02:01:46 +00:00
Compare
Some checks failed
CI / pre-commit (pull_request) Successful in 1m47s
Required
Details
CI / frontend-test (pull_request) Successful in 3m38s
Required
Details
CI / release-scripts (pull_request) Successful in 8s
Required
Details
security-scan / Python SCA (pip-audit) (pull_request) Successful in 48s
Required
Details
security-scan / Python SAST (bandit) (pull_request) Successful in 29s
Required
Details
security-scan / JS SCA (npm audit) (pull_request) Successful in 31s
Required
Details
security-scan / Filesystem scan (trivy fs) (pull_request) Successful in 22s
Required
Details
security-scan / SBOM (trivy) (pull_request) Successful in 14s
Required
Details
test-build / build (backend) (pull_request) Successful in 2m34s
test-build / build (frontend) (pull_request) Successful in 3m16s
test-build / build (pull_request) Successful in 0s
CI / backend-test (pull_request) Successful in 22m26s
Required
Details
CI / e2e (pull_request) Failing after 31m8s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ci:renovate/ci
git switch renovate/ci
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!347
No description provided.