43.139.4
renovatebot/renovate43.139.4Apr 22, 2026by github-actions[bot]
AI Summary
This release corrects the versioning logic for GitHub Actions to handle floating tags properly and adds a stronger type definition for release tags. It resolves a potential issue with tag comparison.
Key Highlights
- Bug fix: Treat floating tags as equal in GitHub Actions versioning
- Types: Add stronger type for ReleaseResult.tags
Full Release Notes
## [43.139.4](https://github.com/renovatebot/renovate/compare/43.139.3...43.139.4) (2026-04-22) ### Bug Fixes * **versioning/github-actions:** treat floating tags as equal ([#42809](https://github.com/renovatebot/renovate/issues/42809)) ([498a50f](https://github.com/renovatebot/renovate/commit/498a50fd0d1f965bdf24f04490a53c8acf5f63fe)), closes [#42662](https://github.com/renovatebot/renovate/issues/42662) ### Miscellaneous Chores * **types:** add a stronger type for `ReleaseResult.tags` ([#42812](https://github.com/renovatebot/renovate/issues/42812)) ([192c11e](https://github.com/renovatebot/renovate/commit/192c11ef17c2cfdd4f6d0653e30225aad1ed82f2))