43.272.5

renovatebot/renovate43.272.5Jul 20, 2026by github-actions[bot]

AI Summary

This release focuses on maintenance updates, including dependency bumps for the base Docker image, GitHub actions, and npm packages. It also introduces a CI check to monitor excessive release counts and refactors code to enable async calls.

Key Highlights

  • Update ghcr.io/renovatebot/base-image to v13.76.7
  • Update actions/checkout to v6.1.0
  • Migrate to async calls for node/no-sync linting rule
  • Add periodic CI check for 'too many releases'

New Features

  • Migrate to async calls for node/no-sync linting rule

Full Release Notes

## [43.272.5](https://github.com/renovatebot/renovate/compare/43.272.4...43.272.5) (2026-07-20)

### Bug Fixes

* **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.76.7 (main) ([#44743](https://github.com/renovatebot/renovate/issues/44743)) ([1e7391f](https://github.com/renovatebot/renovate/commit/1e7391f4a60bc47c93bd25ffc33498419645e0cd))

### Miscellaneous Chores

* **deps:** update actions/checkout action to v6.1.0 (main) ([#44741](https://github.com/renovatebot/renovate/issues/44741)) ([e3541c1](https://github.com/renovatebot/renovate/commit/e3541c14668c93bffccdd675af50f459a12d6dda))
* **deps:** update dependency astral-sh/uv to v0.11.29 (main) ([#44619](https://github.com/renovatebot/renovate/issues/44619)) ([75d2ca1](https://github.com/renovatebot/renovate/commit/75d2ca1f78b88e66aac15c8eff33e9a266b14b81))
* **deps:** update dependency protobufjs@8.0.1 to v8.7.1 (main) ([#44733](https://github.com/renovatebot/renovate/issues/44733)) ([f3e5741](https://github.com/renovatebot/renovate/commit/f3e57410f25892b7d92303c436c67e4d97730e74))
* **deps:** update github/codeql-action action to v4.37.1 (main) ([#44647](https://github.com/renovatebot/renovate/issues/44647)) ([5a06fc9](https://github.com/renovatebot/renovate/commit/5a06fc94ea3d512f6d6c43bbb1d9bdaa940023fd))

### Code Refactoring

* **linters:** enable `node/no-sync` and migrate to async calls ([#44693](https://github.com/renovatebot/renovate/issues/44693)) ([2dbfd85](https://github.com/renovatebot/renovate/commit/2dbfd85506fddd219d5a2d70cc8629a0c103d41c))

### Tests

* **linters:** add linting rule to enforce v8 ignore reason declaration  ([#44726](https://github.com/renovatebot/renovate/issues/44726)) ([91e068f](https://github.com/renovatebot/renovate/commit/91e068f1fd3c6d168a67f7ec26f14404bfed3c1b))

### Continuous Integration

* periodically check for "too many releases" ([#44734](https://github.com/renovatebot/renovate/issues/44734)) ([c7be6f1](https://github.com/renovatebot/renovate/commit/c7be6f147dfcdf3ccdc976088833fcd2093df871)), closes [#42965](https://github.com/renovatebot/renovate/issues/42965)