44.46.3

renovatebot/renovate44.46.3Aug 26, 2026by github-actions[bot]

AI Summary

A patch release fixing logger behavior regarding meta fields and adding tests.

Key Highlights

  • Fixed logger to only truncate metaFields if they are string values
  • Removed unused dependencies from metaFields

Full Release Notes

## [44.46.3](https://github.com/renovatebot/renovate/compare/44.46.2...44.46.3) (2026-08-26)

### Bug Fixes

* **logger:** only truncate `metaFields` when they're string values ([#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` ([#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 ([#45476](https://github.com/renovatebot/renovate/issues/45476)) ([1d48943](https://github.com/renovatebot/renovate/commit/1d489438f8ad209ac5935b8eda50a56aaa926c4f))