actions/checkout (actions/checkout)
### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)
- `url-helper.ts` now leverages well-known environment variables by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)
### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1)
- Check out other refs/\* by commit if provided, fall back to ref by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924)
### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0)
- Add Ref and Commit outputs by [@lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180)
- Dependency updates by [@dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872)
### [`v4.1.7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.6...v4.1.7)
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://redirect.github.com/actions/checkout/pull/1739)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://redirect.github.com/actions/checkout/pull/1697)
- Check out other refs/\* by commit by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://redirect.github.com/actions/checkout/pull/1774)
- Pin actions/checkout's own workflows to a known, good, stable version. by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://redirect.github.com/actions/checkout/pull/1776)
### [`v4.1.6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.5...v4.1.6)
- Check platform to set archive extension appropriately by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://redirect.github.com/actions/checkout/pull/1732)
### [`v4.1.5`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.5)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.4...v4.1.5)
#### What's Changed
- Update NPM dependencies by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://redirect.github.com/actions/checkout/pull/1703)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://redirect.github.com/actions/checkout/pull/1694)
- Bump actions/setup-node from 1 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://redirect.github.com/actions/checkout/pull/1696)
- Bump actions/upload-artifact from 2 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://redirect.github.com/actions/checkout/pull/1695)
- README: Suggest `user.email` to be `41898282+github-actions[bot]@users.noreply.github.com` by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://redirect.github.com/actions/checkout/pull/1707)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
### [`v4.1.4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.3...v4.1.4)
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://redirect.github.com/actions/checkout/pull/1692)
- Add dependabot config by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://redirect.github.com/actions/checkout/pull/1688)
- Bump the minor-actions-dependencies group with 2 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://redirect.github.com/actions/checkout/pull/1693)
- Bump word-wrap from 1.2.3 to 1.2.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://redirect.github.com/actions/checkout/pull/1643)
### [`v4.1.3`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.3)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.2...v4.1.3)
#### What's Changed
- Update `actions/checkout` version in `update-main-version.yml` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://redirect.github.com/actions/checkout/pull/1650)
- Check git version before attempting to disable `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://redirect.github.com/actions/checkout/pull/1656)
- Add SSH user parameter by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://redirect.github.com/actions/checkout/pull/1685)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
### [`v4.1.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.1...v4.1.2)
- Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@dscho](https://redirect.github.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://redirect.github.com/actions/checkout/pull/1598)
### [`v4.1.1`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.0...v4.1.1)
##### What's Changed
- Update CODEOWNERS to Launch team by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510)
- Correct link to GitHub Docs by [@peterbe](https://redirect.github.com/peterbe) in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511)
- Link to release page from what's new section by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1514](https://redirect.github.com/actions/checkout/pull/1514)
##### New Contributors
- [@joshmgross](https://redirect.github.com/joshmgross) made their first contribution in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510)
- [@peterbe](https://redirect.github.com/peterbe) made their first contribution in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1
appleboy/ssh-action (appleboy/ssh-action)
### [`v1.1.0`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.1.0)
[Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.3...v1.1.0)
#### Changelog
##### Bug fixes
- [`0c7561b`](https://redirect.github.com/appleboy/ssh-action/commit/0c7561b1a30e223b97730bb8b92671995d9fb1d0): fix: switch to SSH key authentication for security ([@appleboy](https://redirect.github.com/appleboy))
##### Enhancements
- [`9b978f0`](https://redirect.github.com/appleboy/ssh-action/commit/9b978f09f2587beff9c80449f57cb0f0612d3039): chore: update SSH action version in README files ([@appleboy](https://redirect.github.com/appleboy))
- [`1991c55`](https://redirect.github.com/appleboy/ssh-action/commit/1991c553ec29aeb9fe1cbffabfabe0c2f0ea891e): chore(file): update target file ([@appleboy](https://redirect.github.com/appleboy))
- [`aa293c2`](https://redirect.github.com/appleboy/ssh-action/commit/aa293c24bb8b49499c238d2260b26a5ab2ee10e0): chore: optimize system configuration and API integration ([@appleboy](https://redirect.github.com/appleboy))
- [`036cad7`](https://redirect.github.com/appleboy/ssh-action/commit/036cad7df774e9168d1de6c77d668c6a292d4540): chore: update drone-ssh to version 1.7.7 ([@appleboy](https://redirect.github.com/appleboy))
- [`8b60782`](https://redirect.github.com/appleboy/ssh-action/commit/8b6078208d71a6d9364c7f23d78ca9b38bed48c0): chore(cli): enhance version handling and testing mechanisms ([@appleboy](https://redirect.github.com/appleboy))
- [`5ade826`](https://redirect.github.com/appleboy/ssh-action/commit/5ade82648576fb5118b586573e9c607af4941b24): chore: improve CLI reliability and version visibility ([@appleboy](https://redirect.github.com/appleboy))
- [`eaeb069`](https://redirect.github.com/appleboy/ssh-action/commit/eaeb06998d86f5e66259ee8dc3d0909612f0ce65): chore(cli): enhance curl command with silent mode and redirects ([@appleboy](https://redirect.github.com/appleboy))
- [`58164d0`](https://redirect.github.com/appleboy/ssh-action/commit/58164d0dc2b76ba5c47e110152e94bfbd13ea235): chore: remove Dockerfile and related configurations ([@appleboy](https://redirect.github.com/appleboy))
##### Refactor
- [`da612c8`](https://redirect.github.com/appleboy/ssh-action/commit/da612c801589d64bea89ca943c84fe1aae7a1d06): refactor: optimize CI pipeline for faster execution ([@appleboy](https://redirect.github.com/appleboy))
##### Build process updates
- [`c781418`](https://redirect.github.com/appleboy/ssh-action/commit/c78141851a6d716353b2ce13c978924e0300775e): ci: enhance GitHub Actions for IPv6 and flexibility ([#303](https://redirect.github.com/appleboy/ssh-action/issues/303)) ([@appleboy](https://redirect.github.com/appleboy))
- [`d2d6858`](https://redirect.github.com/appleboy/ssh-action/commit/d2d68588591b705c406168accae85968a2f75c0d): ci: enhance GitHub workflow for SSH actions and deployments ([@appleboy](https://redirect.github.com/appleboy))
- [`551964e`](https://redirect.github.com/appleboy/ssh-action/commit/551964ebda1034f0b5449d74db25c42e371ca1f7): ci: optimize GitHub Actions workflow configuration ([@appleboy](https://redirect.github.com/appleboy))
- [`f916346`](https://redirect.github.com/appleboy/ssh-action/commit/f9163462563f649b27272d32e585525a5fe68d76): ci: refactor CI workflow and improve robustness ([#320](https://redirect.github.com/appleboy/ssh-action/issues/320)) ([@appleboy](https://redirect.github.com/appleboy))
- [`aabaf12`](https://redirect.github.com/appleboy/ssh-action/commit/aabaf1254d78efafd55cd5880a874e9715b4c6e8): ci: add bug report template ([@appleboy](https://redirect.github.com/appleboy))
- [`c8594ae`](https://redirect.github.com/appleboy/ssh-action/commit/c8594ae37d5bd9a779dc12abd0236b1bcff70119): ci: implement GitHub Actions for remote SSH execution ([@appleboy](https://redirect.github.com/appleboy))
- [`40aad53`](https://redirect.github.com/appleboy/ssh-action/commit/40aad53c5a18b2676371816d258458b2ccd56c50): ci: add SSH authentication setup for GitHub Actions ([@appleboy](https://redirect.github.com/appleboy))
- [`0b0e770`](https://redirect.github.com/appleboy/ssh-action/commit/0b0e77098a4fa59703014092ddd6d2ad7267088f): ci: optimize and enhance SSH server workflow ([@appleboy](https://redirect.github.com/appleboy))
- [`977b74a`](https://redirect.github.com/appleboy/ssh-action/commit/977b74a12d4201105f3b851126516847ed6b80b0): ci: enhance CI workflow with SSH job and optimizations ([@appleboy](https://redirect.github.com/appleboy))
- [`2eeab5b`](https://redirect.github.com/appleboy/ssh-action/commit/2eeab5bdbadfcfd821c3f107a694803080f4b126): ci: refactor GitHub Actions key management ([@appleboy](https://redirect.github.com/appleboy))
- [`acd41e5`](https://redirect.github.com/appleboy/ssh-action/commit/acd41e5091e04c5db86c78f86723e9baec27f452): ci: enhance SSH job testing with varied key/password scenarios ([@appleboy](https://redirect.github.com/appleboy))
- [`f05aefe`](https://redirect.github.com/appleboy/ssh-action/commit/f05aefe3514f74f9cda4825a2a5d9905aa45ae2a): ci: enhance SSH action configuration and error handling ([@appleboy](https://redirect.github.com/appleboy))
- [`e40b597`](https://redirect.github.com/appleboy/ssh-action/commit/e40b597081b0c96e4f93bee63cec35d4ea3b4d3a): ci: add GitHub Actions job for SSH key passphrase support ([@appleboy](https://redirect.github.com/appleboy))
- [`15b64dc`](https://redirect.github.com/appleboy/ssh-action/commit/15b64dc8919f9e984dd7c4e96fdd5d74ccc03088): ci: enhance CI pipeline with SSH key handling improvements ([@appleboy](https://redirect.github.com/appleboy))
- [`a39b3cc`](https://redirect.github.com/appleboy/ssh-action/commit/a39b3cce7dbd84fb06164ac1a60a27615417de71): ci: enhance CI/CD pipeline with SSH command execution ([@appleboy](https://redirect.github.com/appleboy))
- [`815c574`](https://redirect.github.com/appleboy/ssh-action/commit/815c5743ac3927b147e22309d57a1f5a140a2d30): ci: enhance deployment with multi-host SSH action ([@appleboy](https://redirect.github.com/appleboy))
- [`378323e`](https://redirect.github.com/appleboy/ssh-action/commit/378323e4c85be1bb394f07e5a3a3c7c687499829): ci: add multi-server support to CI workflow ([@appleboy](https://redirect.github.com/appleboy))
- [`fc1c1fc`](https://redirect.github.com/appleboy/ssh-action/commit/fc1c1fce5140b0530a36d88286de8a29df8518bb): ci: add GitHub Actions job for [`ed25519`](https://redirect.github.com/appleboy/ssh-action/commit/ed25519) key support ([@appleboy](https://redirect.github.com/appleboy))
- [`f0e5a23`](https://redirect.github.com/appleboy/ssh-action/commit/f0e5a23d530cb42b84b01340c5fb1a6ad570d4e8): ci: add environment variable handling in GitHub Actions ([@appleboy](https://redirect.github.com/appleboy))
- [`9c32aa6`](https://redirect.github.com/appleboy/ssh-action/commit/9c32aa61f8c24f38e93a3282178429b314c14e8a): ci: refactor workflows and API integrations ([@appleboy](https://redirect.github.com/appleboy))
- [`97f8d75`](https://redirect.github.com/appleboy/ssh-action/commit/97f8d752b568999364c7296fa08e33d68367e3fd): ci: enable root access in CI pipeline ([@appleboy](https://redirect.github.com/appleboy))
- [`5a8776f`](https://redirect.github.com/appleboy/ssh-action/commit/5a8776fd157405e3e88da24413b04c2aaf01e99c): ci: switch to password authentication in GitHub workflow ([@appleboy](https://redirect.github.com/appleboy))
- [`b6941ae`](https://redirect.github.com/appleboy/ssh-action/commit/b6941ae5d5746e351d7fede90e718688304d2b4a): ci: refactor codebase and optimize performance ([@appleboy](https://redirect.github.com/appleboy))
- [`43895f2`](https://redirect.github.com/appleboy/ssh-action/commit/43895f2cd585d373b747690a3e7f9bdcdd09e1cd): ci: refactor SSH testing workflows and job configurations ([@appleboy](https://redirect.github.com/appleboy))
- [`06fa62e`](https://redirect.github.com/appleboy/ssh-action/commit/06fa62e61cac6c39015db4efcde64776f56965c4): ci: rename the workflow files. ([@appleboy](https://redirect.github.com/appleboy))
- [`b4a07ca`](https://redirect.github.com/appleboy/ssh-action/commit/b4a07ca5940a7dc94925e99f8e6eab3671b0fa64): ci: enhance GitHub Actions with secret variable support ([#330](https://redirect.github.com/appleboy/ssh-action/issues/330)) ([@appleboy](https://redirect.github.com/appleboy))
- [`25ce8cb`](https://redirect.github.com/appleboy/ssh-action/commit/25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1): ci: implement automated release workflow with GoReleaser ([@appleboy](https://redirect.github.com/appleboy))
##### Documentation updates
- [`8a779a5`](https://redirect.github.com/appleboy/ssh-action/commit/8a779a5b1a8a79465e63ce4724624b4755fed49b): docs: describe true usage of allenvs parameter ([#301](https://redirect.github.com/appleboy/ssh-action/issues/301)) ([@hussu010](https://redirect.github.com/hussu010))
- [`fe44be0`](https://redirect.github.com/appleboy/ssh-action/commit/fe44be0b96e09ca219322f172bc338fd0718a55b): docs: improve documentation and CI robustness ([@appleboy](https://redirect.github.com/appleboy))
- [`dd0f09c`](https://redirect.github.com/appleboy/ssh-action/commit/dd0f09ca072e60babe3cc58ed83c66a86176300c): docs: improve README clarity and completeness ([@appleboy](https://redirect.github.com/appleboy))
- [`71d43ea`](https://redirect.github.com/appleboy/ssh-action/commit/71d43ea0f75a1f73c9b0e4608c059783968ad29c): docs: improve documentation and testing configurations ([@appleboy](https://redirect.github.com/appleboy))
- [`28428a1`](https://redirect.github.com/appleboy/ssh-action/commit/28428a13f5b0283d667b1c6501d144f15b059726): docs: improve cross-platform clipboard support for key copying ([@appleboy](https://redirect.github.com/appleboy))
- [`d732991`](https://redirect.github.com/appleboy/ssh-action/commit/d732991ab09097d8c8f390d91385b0386e619598): docs(lang): README.zh-cn Document ([#332](https://redirect.github.com/appleboy/ssh-action/issues/332)) ([@astralwaveio](https://redirect.github.com/astralwaveio))
### [`v1.0.3`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.3)
[Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.2...v1.0.3)
- Support the new parameter `request_pty` to request a pseudo-terminal from the server, addressing the sudo command issue. [https://github.com/appleboy/ssh-action/pull/288](https://redirect.github.com/appleboy/ssh-action/pull/288)
### [`v1.0.2`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.2)
[Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.1...v1.0.2)
upgrade ssh-proxy for security patch
### [`v1.0.1`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.1): for security patch
[Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.0...v1.0.1)
bobheadxi/deployments (bobheadxi/deployments)
### [`v1.5.0`](https://redirect.github.com/bobheadxi/deployments/releases/tag/v1.5.0)
[Compare Source](https://redirect.github.com/bobheadxi/deployments/compare/v1.4.0...v1.5.0)
##### What's Changed
- Document that `token` now has a default. by [@buckett](https://redirect.github.com/buckett) in [https://github.com/bobheadxi/deployments/pull/136](https://redirect.github.com/bobheadxi/deployments/pull/136)
- doc: correct auto_inactive default value by [@theodorton](https://redirect.github.com/theodorton) in [https://github.com/bobheadxi/deployments/pull/142](https://redirect.github.com/bobheadxi/deployments/pull/142)
- feat: add `task` input by [@EndBug](https://redirect.github.com/EndBug) in [https://github.com/bobheadxi/deployments/pull/141](https://redirect.github.com/bobheadxi/deployments/pull/141)
- Clarify token permissions by [@ai](https://redirect.github.com/ai) in [https://github.com/bobheadxi/deployments/pull/166](https://redirect.github.com/bobheadxi/deployments/pull/166)
- feat: Bump runtime to Node 20 by [@nschonni](https://redirect.github.com/nschonni) in [https://github.com/bobheadxi/deployments/pull/163](https://redirect.github.com/bobheadxi/deployments/pull/163)
- fix(delete-env): proper warning on 404 by [@mtfurlan](https://redirect.github.com/mtfurlan) in [https://github.com/bobheadxi/deployments/pull/159](https://redirect.github.com/bobheadxi/deployments/pull/159)
##### New Contributors
- [@buckett](https://redirect.github.com/buckett) made their first contribution in [https://github.com/bobheadxi/deployments/pull/136](https://redirect.github.com/bobheadxi/deployments/pull/136)
- [@theodorton](https://redirect.github.com/theodorton) made their first contribution in [https://github.com/bobheadxi/deployments/pull/142](https://redirect.github.com/bobheadxi/deployments/pull/142)
- [@krainboltgreene](https://redirect.github.com/krainboltgreene) made their first contribution in [https://github.com/bobheadxi/deployments/pull/146](https://redirect.github.com/bobheadxi/deployments/pull/146)
- [@EndBug](https://redirect.github.com/EndBug) made their first contribution in [https://github.com/bobheadxi/deployments/pull/141](https://redirect.github.com/bobheadxi/deployments/pull/141)
- [@ai](https://redirect.github.com/ai) made their first contribution in [https://github.com/bobheadxi/deployments/pull/166](https://redirect.github.com/bobheadxi/deployments/pull/166)
- [@nschonni](https://redirect.github.com/nschonni) made their first contribution in [https://github.com/bobheadxi/deployments/pull/163](https://redirect.github.com/bobheadxi/deployments/pull/163)
- [@mtfurlan](https://redirect.github.com/mtfurlan) made their first contribution in [https://github.com/bobheadxi/deployments/pull/159](https://redirect.github.com/bobheadxi/deployments/pull/159)
**Full Changelog**: https://github.com/bobheadxi/deployments/compare/v1.4.0...v1.5.0
docker/build-push-action (docker/build-push-action)
### [`v5.4.0`](https://redirect.github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)
[Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)
### [`v5.3.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.3.0)
[Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.2.0...v5.3.0)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.18.0 to 0.19.0 in [https://github.com/docker/build-push-action/pull/1080](https://redirect.github.com/docker/build-push-action/pull/1080)
**Full Changelog**: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0
### [`v5.2.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.2.0)
[Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.1.0...v5.2.0)
- Disable quotes detection for `outputs` input by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1074](https://redirect.github.com/docker/build-push-action/pull/1074)
- Warn about ignored inputs by [@favonia](https://redirect.github.com/favonia) in [https://github.com/docker/build-push-action/pull/1019](https://redirect.github.com/docker/build-push-action/pull/1019)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.14.0 to 0.18.0 in [https://github.com/docker/build-push-action/pull/1070](https://redirect.github.com/docker/build-push-action/pull/1070)
- Bump undici from 5.26.3 to 5.28.3 in [https://github.com/docker/build-push-action/pull/1057](https://redirect.github.com/docker/build-push-action/pull/1057)
**Full Changelog**: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
### [`v5.1.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.1.0)
[Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.0.0...v5.1.0)
- Add `annotations` input by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/build-push-action/pull/992](https://redirect.github.com/docker/build-push-action/pull/992)
- Add `secret-envs` input by [@elias-lundgren](https://redirect.github.com/elias-lundgren) in [https://github.com/docker/build-push-action/pull/980](https://redirect.github.com/docker/build-push-action/pull/980)
- Bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/build-push-action/pull/991](https://redirect.github.com/docker/build-push-action/pull/991)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.13.0-rc.1 to 0.14.0 in [https://github.com/docker/build-push-action/pull/990](https://redirect.github.com/docker/build-push-action/pull/990) [https://github.com/docker/build-push-action/pull/1006](https://redirect.github.com/docker/build-push-action/pull/1006)
**Full Changelog**: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0
docker/login-action (docker/login-action)
### [`v3.3.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.3.0)
[Compare Source](https://redirect.github.com/docker/login-action/compare/v3.2.0...v3.3.0)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.24.0 to 0.35.0 in [https://github.com/docker/login-action/pull/754](https://redirect.github.com/docker/login-action/pull/754)
- Bump https-proxy-agent from 7.0.4 to 7.0.5 in [https://github.com/docker/login-action/pull/741](https://redirect.github.com/docker/login-action/pull/741)
- Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/login-action/pull/730](https://redirect.github.com/docker/login-action/pull/730)
**Full Changelog**: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0
### [`v3.2.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.2.0)
[Compare Source](https://redirect.github.com/docker/login-action/compare/v3.1.0...v3.2.0)
- Improve missing username/password by [@Frankkkkk](https://redirect.github.com/Frankkkkk) in [https://github.com/docker/login-action/pull/706](https://redirect.github.com/docker/login-action/pull/706)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.18.0 to 0.24.0 in [https://github.com/docker/login-action/pull/715](https://redirect.github.com/docker/login-action/pull/715) [https://github.com/docker/login-action/pull/721](https://redirect.github.com/docker/login-action/pull/721)
- Bump aws-sdk-dependencies to 3.583.0 in [https://github.com/docker/login-action/pull/720](https://redirect.github.com/docker/login-action/pull/720)
- Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/login-action/pull/694](https://redirect.github.com/docker/login-action/pull/694)
**Full Changelog**: https://github.com/docker/login-action/compare/v3.1.0...v3.2.0
### [`v3.1.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.1.0)
[Compare Source](https://redirect.github.com/docker/login-action/compare/v3.0.0...v3.1.0)
- build(deps): bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/login-action/pull/618](https://redirect.github.com/docker/login-action/pull/618)
- build(deps): bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [https://github.com/docker/login-action/pull/616](https://redirect.github.com/docker/login-action/pull/616) [https://github.com/docker/login-action/pull/636](https://redirect.github.com/docker/login-action/pull/636) [https://github.com/docker/login-action/pull/682](https://redirect.github.com/docker/login-action/pull/682)
- build(deps): bump aws-sdk dependencies to 3.529.1 in [https://github.com/docker/login-action/pull/624](https://redirect.github.com/docker/login-action/pull/624) [https://github.com/docker/login-action/pull/685](https://redirect.github.com/docker/login-action/pull/685)
- build(deps): bump http-proxy-agent to 7.0.2 in [https://github.com/docker/login-action/pull/676](https://redirect.github.com/docker/login-action/pull/676)
- build(deps): bump https-proxy-agent to 7.0.4 in [https://github.com/docker/login-action/pull/676](https://redirect.github.com/docker/login-action/pull/676)
- build(deps): bump undici from 5.26.5 to 5.28.3 in [https://github.com/docker/login-action/pull/677](https://redirect.github.com/docker/login-action/pull/677)
**Full Changelog**: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0
docker/setup-buildx-action (docker/setup-buildx-action)
### [`v3.7.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.7.1)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1)
- Switch back to `uuid` package by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/369](https://redirect.github.com/docker/setup-buildx-action/pull/369)
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1
### [`v3.7.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.7.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0)
- Always set `buildkitd-flags` if opt-in by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/363](https://redirect.github.com/docker/setup-buildx-action/pull/363)
- Remove `uuid` package and switch to `crypto` by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/366](https://redirect.github.com/docker/setup-buildx-action/pull/366)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.35.0 to 0.39.0 in [https://github.com/docker/setup-buildx-action/pull/362](https://redirect.github.com/docker/setup-buildx-action/pull/362)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [https://github.com/docker/setup-buildx-action/pull/354](https://redirect.github.com/docker/setup-buildx-action/pull/354)
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0
### [`v3.6.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.6.1)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1)
- Check for malformed docker context by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/347](https://redirect.github.com/docker/setup-buildx-action/pull/347)
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1
### [`v3.6.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.6.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0)
- Create temp docker context if default one has TLS data loaded before creating a container builder by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/341](https://redirect.github.com/docker/setup-buildx-action/pull/341)
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0
### [`v3.5.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0)
### [`v3.4.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.4.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0)
- Throw error message instead of exit code by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/315](https://redirect.github.com/docker/setup-buildx-action/pull/315)
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.20.0 to 0.31.0 in [https://github.com/docker/setup-buildx-action/pull/321](https://redirect.github.com/docker/setup-buildx-action/pull/321) [https://github.com/docker/setup-buildx-action/pull/338](https://redirect.github.com/docker/setup-buildx-action/pull/338)
- Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/setup-buildx-action/pull/329](https://redirect.github.com/docker/setup-buildx-action/pull/329)
- Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/setup-buildx-action/pull/312](https://redirect.github.com/docker/setup-buildx-action/pull/312)
- Bump uuid from 9.0.1 to 10.0.0 in [https://github.com/docker/setup-buildx-action/pull/326](https://redirect.github.com/docker/setup-buildx-action/pull/326)
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0
### [`v3.3.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0)
### [`v3.2.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.2.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0)
- Rename and align config inputs by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/303](https://redirect.github.com/docker/setup-buildx-action/pull/303)
- `config` to `buildkitd-config`
- `config-inline` to `buildkitd-config-inline`
- Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.17.0 to 0.19.0 in [https://github.com/docker/setup-buildx-action/pull/302](https://redirect.github.com/docker/setup-buildx-action/pull/302) [https://github.com/docker/setup-buildx-action/pull/306](https://redirect.github.com/docker/setup-buildx-action/pull/306)
> \[!NOTE]
> `config` and `config-inline` input names are deprecated and will be removed in next major release.
**Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0
### [`v3.1.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0)
[Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0)
getsentry/action-release (getsentry/action-release)
### [`v1.7.0`](https://redirect.github.com/getsentry/action-release/releases/tag/v1.7.0)
[Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.6.0...v1.7.0)
- Updates Sentry CLI to the latest 2.24.1 version
### [`v1.6.0`](https://redirect.github.com/getsentry/action-release/releases/tag/v1.6.0)
[Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.5.0...v1.6.0)
Reverts the PR attempting to update the CLI to v2.x
### [`v1.5.0`](https://redirect.github.com/getsentry/action-release/compare/v1.4.1...v1.5.0)
[Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.4.1...v1.5.0)
guidojw/actions (guidojw/actions)
### [`v1.4.6`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.6)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.5...v1.4.6)
##### Bug Fixes
- **Renovate:** change semantic-release match ([#45](https://redirect.github.com/guidojw/actions/issues/45)) ([6b3e0c1](https://redirect.github.com/guidojw/actions/commit/6b3e0c1dccad6398d2f8261bcdca43536f9bf03d))
- **semantic-release:** pin conventionalcommits ([#48](https://redirect.github.com/guidojw/actions/issues/48)) ([ec8c080](https://redirect.github.com/guidojw/actions/commit/ec8c080252c6b8903a4431211b78c543609f5f89)), closes [/github.com/semantic-release/release-notes-generator/issues/633#issuecomment-2094571737](https://redirect.github.com/guidojw//github.com/semantic-release/release-notes-generator/issues/633/issues/issuecomment-2094571737)
##### Miscellaneous Chores
- **deps:** update all actions ([#40](https://redirect.github.com/guidojw/actions/issues/40)) ([3ea052e](https://redirect.github.com/guidojw/actions/commit/3ea052ea3d61e7de0339e985720e7c988b4b459b))
- **deps:** update all actions ([#42](https://redirect.github.com/guidojw/actions/issues/42)) ([a3d6476](https://redirect.github.com/guidojw/actions/commit/a3d647664007eca9b1a728428eed32730e024ab5))
- **deps:** update dependency node to v21.6.2 ([#41](https://redirect.github.com/guidojw/actions/issues/41)) ([f6f0655](https://redirect.github.com/guidojw/actions/commit/f6f06556c79e4d8925192b23d56e6c62e537884d))
- **deps:** update dependency node to v22 ([#44](https://redirect.github.com/guidojw/actions/issues/44)) ([0b636d3](https://redirect.github.com/guidojw/actions/commit/0b636d374007fa16883891be7e76a1a434eae664))
- **deps:** update dependency semantic-release to v23 ([#47](https://redirect.github.com/guidojw/actions/issues/47)) ([887330e](https://redirect.github.com/guidojw/actions/commit/887330e4050400eb5978820022154636c2f78de9))
### [`v1.4.5`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.5)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.4...v1.4.5)
##### Miscellaneous Chores
- **deps:** update actions/download-artifact action to v4 ([#36](https://redirect.github.com/guidojw/actions/issues/36)) ([2ec6d1b](https://redirect.github.com/guidojw/actions/commit/2ec6d1bf6327e485b1accd85fcdeeb754658f212))
- **deps:** update actions/setup-node action to v4.0.1 ([#38](https://redirect.github.com/guidojw/actions/issues/38)) ([9b54c8b](https://redirect.github.com/guidojw/actions/commit/9b54c8b2bf219d6fb00572e61e6ae8970d18201c))
- **deps:** update actions/upload-artifact action to v4 ([#37](https://redirect.github.com/guidojw/actions/issues/37)) ([a2c7f82](https://redirect.github.com/guidojw/actions/commit/a2c7f8222ec27d2f059f61a12c76fe6a00ac1378))
- **deps:** update dependency node to v21.6.1 ([#35](https://redirect.github.com/guidojw/actions/issues/35)) ([c9efd29](https://redirect.github.com/guidojw/actions/commit/c9efd29142fa8dee171af69eb081fc24d703cfc1))
- **deps:** update louisbrunner/checks-action action to v2 ([#39](https://redirect.github.com/guidojw/actions/issues/39)) ([5ae5c1f](https://redirect.github.com/guidojw/actions/commit/5ae5c1fa2aa3fdf8653235b27554af828fe29516))
### [`v1.4.4`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.4)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.3...v1.4.4)
##### Miscellaneous Chores
- **deps:** update actions/setup-node action to v4 ([#34](https://redirect.github.com/guidojw/actions/issues/34)) ([4281475](https://redirect.github.com/guidojw/actions/commit/42814758f937d972535ff3a490f176186982e57b))
- **deps:** update all actions ([#32](https://redirect.github.com/guidojw/actions/issues/32)) ([3beff67](https://redirect.github.com/guidojw/actions/commit/3beff67e42d9f4f079239c3bc2aa3ef2d2446be7))
- **deps:** update dependency node to v21 ([#33](https://redirect.github.com/guidojw/actions/issues/33)) ([24981b1](https://redirect.github.com/guidojw/actions/commit/24981b166d2482329ea66d1c3ede491131c8d70d))
### [`v1.4.3`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.3)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.2...v1.4.3)
##### Bug Fixes
- **semantic-release:** include all update types in config ([#30](https://redirect.github.com/guidojw/actions/issues/30)) ([dcd8dfc](https://redirect.github.com/guidojw/actions/commit/dcd8dfc9640c5d4a86e981b5ff288eab4981a7a8))
### [`v1.4.2`](https://redirect.github.com/guidojw/actions/compare/v1.4.1...v1.4.2)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.1...v1.4.2)
### [`v1.4.1`](https://redirect.github.com/guidojw/actions/compare/v1.4.0...v1.4.1)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.0...v1.4.1)
### [`v1.4.0`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.0)
[Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.3.3...v1.4.0)
##### Bug Fixes
- **semantic-release:** add branches configuration ([#15](https://redirect.github.com/guidojw/actions/issues/15)) ([870d7c8](https://redirect.github.com/guidojw/actions/commit/870d7c8de5aeb08420bb88d8fbddb0222a9eac61))
##### Features
- add semantic-release workflow ([#13](https://redirect.github.com/guidojw/actions/issues/13)) ([9578b7e](https://redirect.github.com/guidojw/actions/commit/9578b7eced52d67a020c131301e49897c2ee2dd1))
- **build-docker-image:** scope cache more specifically ([#12](https://redirect.github.com/guidojw/actions/issues/12)) ([87d2c00](https://redirect.github.com/guidojw/actions/commit/87d2c00acde1d68224443e13fc105781ace4b883))
snok/container-retention-policy (snok/container-retention-policy)
### [`v2.2.1`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.2.1)
[Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.2.0...v2.2.1)
#### What's Changed
- fix: default token-type by [@ChandlerFerry](https://redirect.github.com/ChandlerFerry) in [https://github.com/snok/container-retention-policy/pull/71](https://redirect.github.com/snok/container-retention-policy/pull/71)
#### New Contributors
- [@ChandlerFerry](https://redirect.github.com/ChandlerFerry) made their first contribution in [https://github.com/snok/container-retention-policy/pull/71](https://redirect.github.com/snok/container-retention-policy/pull/71)
**Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.2.1
### [`v2.2.0`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.2.0)
[Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.3...v2.2.0)
#### What's Changed
This new version of the action introduces a `token-type` input variable, which enables the use of `GITHUB_TOKEN` instead of a personal access token - by [@Injabie3](https://redirect.github.com/Injabie3) in [https://github.com/snok/container-retention-policy/pull/70](https://redirect.github.com/snok/container-retention-policy/pull/70)
#### New Contributors
- [@Injabie3](https://redirect.github.com/Injabie3) made their first contribution in [https://github.com/snok/container-retention-policy/pull/70](https://redirect.github.com/snok/container-retention-policy/pull/70)
**Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.2.0
### [`v2.1.3`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.3)
[Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.2...v2.1.3)
#### What's Changed
- docs: cron schedule and comment in the example don't match by [@ccatterina](https://redirect.github.com/ccatterina) in [https://github.com/snok/container-retention-policy/pull/69](https://redirect.github.com/snok/container-retention-policy/pull/69)
- Make behaviour of `keep_at_least` parameter predictable by [@yma-het](https://redirect.github.com/yma-het) in [https://github.com/snok/container-retention-policy/pull/68](https://redirect.github.com/snok/container-retention-policy/pull/68)
#### New Contributors
- [@ccatterina](https://redirect.github.com/ccatterina) made their first contribution in [https://github.com/snok/container-retention-policy/pull/69](https://redirect.github.com/snok/container-retention-policy/pull/69)
- [@yma-het](https://redirect.github.com/yma-het) made their first contribution in [https://github.com/snok/container-retention-policy/pull/68](https://redirect.github.com/snok/container-retention-policy/pull/68)
**Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.3
### [`v2.1.2`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.2)
[Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.1...v2.1.2)
#### What's Changed
- Fix unhandled exception raised at runtime: 'x-ratelimit-remaining' by [@den-is](https://redirect.github.com/den-is) in [https://github.com/snok/container-retention-policy/pull/58](https://redirect.github.com/snok/container-retention-policy/pull/58)
#### New Contributors
- [@den-is](https://redirect.github.com/den-is) made their first contribution in [https://github.com/snok/container-retention-policy/pull/58](https://redirect.github.com/snok/container-retention-policy/pull/58)
**Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.2
### [`v2.1.1`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.1)
[Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.0...v2.1.1)
#### What's Changed
- Fix dry-run with filter by [@chris-schra](https://redirect.github.com/chris-schra) in [https://github.com/snok/container-retention-policy/pull/65](https://redirect.github.com/snok/container-retention-policy/pull/65)
#### New Contributors
- [@chris-schra](https://redirect.github.com/chris-schra) made their first contribution in [https://github.com/snok/container-retention-policy/pull/65](https://redirect.github.com/snok/container-retention-policy/pull/65)
**Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 contains the following updates:
v4.1.0
->v4.2.2
v1.0.0
->v1.1.0
v1.4.0
->v1.5.0
v5.0.0
->v5.4.0
v3.0.0
->v3.3.0
v3.0.0
->v3.7.1
v1.4.1
->v1.7.0
v1.3.3
->v1.4.6
v2.1.0
->v2.2.1
Release Notes
actions/checkout (actions/checkout)
### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) ### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1) - Check out other refs/\* by commit if provided, fall back to ref by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924) ### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180) - Dependency updates by [@dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872) ### [`v4.1.7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://redirect.github.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://redirect.github.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://redirect.github.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://redirect.github.com/actions/checkout/pull/1776) ### [`v4.1.6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://redirect.github.com/actions/checkout/pull/1732) ### [`v4.1.5`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://redirect.github.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://redirect.github.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://redirect.github.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://redirect.github.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@users.noreply.github.com` by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://redirect.github.com/actions/checkout/pull/1707) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5 ### [`v4.1.4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://redirect.github.com/actions/checkout/pull/1692) - Add dependabot config by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://redirect.github.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://redirect.github.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://redirect.github.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://redirect.github.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://redirect.github.com/actions/checkout/pull/1656) - Add SSH user parameter by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://redirect.github.com/actions/checkout/pull/1685) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@dscho](https://redirect.github.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://redirect.github.com/actions/checkout/pull/1598) ### [`v4.1.1`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.0...v4.1.1) ##### What's Changed - Update CODEOWNERS to Launch team by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510) - Correct link to GitHub Docs by [@peterbe](https://redirect.github.com/peterbe) in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511) - Link to release page from what's new section by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1514](https://redirect.github.com/actions/checkout/pull/1514) ##### New Contributors - [@joshmgross](https://redirect.github.com/joshmgross) made their first contribution in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510) - [@peterbe](https://redirect.github.com/peterbe) made their first contribution in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1appleboy/ssh-action (appleboy/ssh-action)
### [`v1.1.0`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.3...v1.1.0) #### Changelog ##### Bug fixes - [`0c7561b`](https://redirect.github.com/appleboy/ssh-action/commit/0c7561b1a30e223b97730bb8b92671995d9fb1d0): fix: switch to SSH key authentication for security ([@appleboy](https://redirect.github.com/appleboy)) ##### Enhancements - [`9b978f0`](https://redirect.github.com/appleboy/ssh-action/commit/9b978f09f2587beff9c80449f57cb0f0612d3039): chore: update SSH action version in README files ([@appleboy](https://redirect.github.com/appleboy)) - [`1991c55`](https://redirect.github.com/appleboy/ssh-action/commit/1991c553ec29aeb9fe1cbffabfabe0c2f0ea891e): chore(file): update target file ([@appleboy](https://redirect.github.com/appleboy)) - [`aa293c2`](https://redirect.github.com/appleboy/ssh-action/commit/aa293c24bb8b49499c238d2260b26a5ab2ee10e0): chore: optimize system configuration and API integration ([@appleboy](https://redirect.github.com/appleboy)) - [`036cad7`](https://redirect.github.com/appleboy/ssh-action/commit/036cad7df774e9168d1de6c77d668c6a292d4540): chore: update drone-ssh to version 1.7.7 ([@appleboy](https://redirect.github.com/appleboy)) - [`8b60782`](https://redirect.github.com/appleboy/ssh-action/commit/8b6078208d71a6d9364c7f23d78ca9b38bed48c0): chore(cli): enhance version handling and testing mechanisms ([@appleboy](https://redirect.github.com/appleboy)) - [`5ade826`](https://redirect.github.com/appleboy/ssh-action/commit/5ade82648576fb5118b586573e9c607af4941b24): chore: improve CLI reliability and version visibility ([@appleboy](https://redirect.github.com/appleboy)) - [`eaeb069`](https://redirect.github.com/appleboy/ssh-action/commit/eaeb06998d86f5e66259ee8dc3d0909612f0ce65): chore(cli): enhance curl command with silent mode and redirects ([@appleboy](https://redirect.github.com/appleboy)) - [`58164d0`](https://redirect.github.com/appleboy/ssh-action/commit/58164d0dc2b76ba5c47e110152e94bfbd13ea235): chore: remove Dockerfile and related configurations ([@appleboy](https://redirect.github.com/appleboy)) ##### Refactor - [`da612c8`](https://redirect.github.com/appleboy/ssh-action/commit/da612c801589d64bea89ca943c84fe1aae7a1d06): refactor: optimize CI pipeline for faster execution ([@appleboy](https://redirect.github.com/appleboy)) ##### Build process updates - [`c781418`](https://redirect.github.com/appleboy/ssh-action/commit/c78141851a6d716353b2ce13c978924e0300775e): ci: enhance GitHub Actions for IPv6 and flexibility ([#303](https://redirect.github.com/appleboy/ssh-action/issues/303)) ([@appleboy](https://redirect.github.com/appleboy)) - [`d2d6858`](https://redirect.github.com/appleboy/ssh-action/commit/d2d68588591b705c406168accae85968a2f75c0d): ci: enhance GitHub workflow for SSH actions and deployments ([@appleboy](https://redirect.github.com/appleboy)) - [`551964e`](https://redirect.github.com/appleboy/ssh-action/commit/551964ebda1034f0b5449d74db25c42e371ca1f7): ci: optimize GitHub Actions workflow configuration ([@appleboy](https://redirect.github.com/appleboy)) - [`f916346`](https://redirect.github.com/appleboy/ssh-action/commit/f9163462563f649b27272d32e585525a5fe68d76): ci: refactor CI workflow and improve robustness ([#320](https://redirect.github.com/appleboy/ssh-action/issues/320)) ([@appleboy](https://redirect.github.com/appleboy)) - [`aabaf12`](https://redirect.github.com/appleboy/ssh-action/commit/aabaf1254d78efafd55cd5880a874e9715b4c6e8): ci: add bug report template ([@appleboy](https://redirect.github.com/appleboy)) - [`c8594ae`](https://redirect.github.com/appleboy/ssh-action/commit/c8594ae37d5bd9a779dc12abd0236b1bcff70119): ci: implement GitHub Actions for remote SSH execution ([@appleboy](https://redirect.github.com/appleboy)) - [`40aad53`](https://redirect.github.com/appleboy/ssh-action/commit/40aad53c5a18b2676371816d258458b2ccd56c50): ci: add SSH authentication setup for GitHub Actions ([@appleboy](https://redirect.github.com/appleboy)) - [`0b0e770`](https://redirect.github.com/appleboy/ssh-action/commit/0b0e77098a4fa59703014092ddd6d2ad7267088f): ci: optimize and enhance SSH server workflow ([@appleboy](https://redirect.github.com/appleboy)) - [`977b74a`](https://redirect.github.com/appleboy/ssh-action/commit/977b74a12d4201105f3b851126516847ed6b80b0): ci: enhance CI workflow with SSH job and optimizations ([@appleboy](https://redirect.github.com/appleboy)) - [`2eeab5b`](https://redirect.github.com/appleboy/ssh-action/commit/2eeab5bdbadfcfd821c3f107a694803080f4b126): ci: refactor GitHub Actions key management ([@appleboy](https://redirect.github.com/appleboy)) - [`acd41e5`](https://redirect.github.com/appleboy/ssh-action/commit/acd41e5091e04c5db86c78f86723e9baec27f452): ci: enhance SSH job testing with varied key/password scenarios ([@appleboy](https://redirect.github.com/appleboy)) - [`f05aefe`](https://redirect.github.com/appleboy/ssh-action/commit/f05aefe3514f74f9cda4825a2a5d9905aa45ae2a): ci: enhance SSH action configuration and error handling ([@appleboy](https://redirect.github.com/appleboy)) - [`e40b597`](https://redirect.github.com/appleboy/ssh-action/commit/e40b597081b0c96e4f93bee63cec35d4ea3b4d3a): ci: add GitHub Actions job for SSH key passphrase support ([@appleboy](https://redirect.github.com/appleboy)) - [`15b64dc`](https://redirect.github.com/appleboy/ssh-action/commit/15b64dc8919f9e984dd7c4e96fdd5d74ccc03088): ci: enhance CI pipeline with SSH key handling improvements ([@appleboy](https://redirect.github.com/appleboy)) - [`a39b3cc`](https://redirect.github.com/appleboy/ssh-action/commit/a39b3cce7dbd84fb06164ac1a60a27615417de71): ci: enhance CI/CD pipeline with SSH command execution ([@appleboy](https://redirect.github.com/appleboy)) - [`815c574`](https://redirect.github.com/appleboy/ssh-action/commit/815c5743ac3927b147e22309d57a1f5a140a2d30): ci: enhance deployment with multi-host SSH action ([@appleboy](https://redirect.github.com/appleboy)) - [`378323e`](https://redirect.github.com/appleboy/ssh-action/commit/378323e4c85be1bb394f07e5a3a3c7c687499829): ci: add multi-server support to CI workflow ([@appleboy](https://redirect.github.com/appleboy)) - [`fc1c1fc`](https://redirect.github.com/appleboy/ssh-action/commit/fc1c1fce5140b0530a36d88286de8a29df8518bb): ci: add GitHub Actions job for [`ed25519`](https://redirect.github.com/appleboy/ssh-action/commit/ed25519) key support ([@appleboy](https://redirect.github.com/appleboy)) - [`f0e5a23`](https://redirect.github.com/appleboy/ssh-action/commit/f0e5a23d530cb42b84b01340c5fb1a6ad570d4e8): ci: add environment variable handling in GitHub Actions ([@appleboy](https://redirect.github.com/appleboy)) - [`9c32aa6`](https://redirect.github.com/appleboy/ssh-action/commit/9c32aa61f8c24f38e93a3282178429b314c14e8a): ci: refactor workflows and API integrations ([@appleboy](https://redirect.github.com/appleboy)) - [`97f8d75`](https://redirect.github.com/appleboy/ssh-action/commit/97f8d752b568999364c7296fa08e33d68367e3fd): ci: enable root access in CI pipeline ([@appleboy](https://redirect.github.com/appleboy)) - [`5a8776f`](https://redirect.github.com/appleboy/ssh-action/commit/5a8776fd157405e3e88da24413b04c2aaf01e99c): ci: switch to password authentication in GitHub workflow ([@appleboy](https://redirect.github.com/appleboy)) - [`b6941ae`](https://redirect.github.com/appleboy/ssh-action/commit/b6941ae5d5746e351d7fede90e718688304d2b4a): ci: refactor codebase and optimize performance ([@appleboy](https://redirect.github.com/appleboy)) - [`43895f2`](https://redirect.github.com/appleboy/ssh-action/commit/43895f2cd585d373b747690a3e7f9bdcdd09e1cd): ci: refactor SSH testing workflows and job configurations ([@appleboy](https://redirect.github.com/appleboy)) - [`06fa62e`](https://redirect.github.com/appleboy/ssh-action/commit/06fa62e61cac6c39015db4efcde64776f56965c4): ci: rename the workflow files. ([@appleboy](https://redirect.github.com/appleboy)) - [`b4a07ca`](https://redirect.github.com/appleboy/ssh-action/commit/b4a07ca5940a7dc94925e99f8e6eab3671b0fa64): ci: enhance GitHub Actions with secret variable support ([#330](https://redirect.github.com/appleboy/ssh-action/issues/330)) ([@appleboy](https://redirect.github.com/appleboy)) - [`25ce8cb`](https://redirect.github.com/appleboy/ssh-action/commit/25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1): ci: implement automated release workflow with GoReleaser ([@appleboy](https://redirect.github.com/appleboy)) ##### Documentation updates - [`8a779a5`](https://redirect.github.com/appleboy/ssh-action/commit/8a779a5b1a8a79465e63ce4724624b4755fed49b): docs: describe true usage of allenvs parameter ([#301](https://redirect.github.com/appleboy/ssh-action/issues/301)) ([@hussu010](https://redirect.github.com/hussu010)) - [`fe44be0`](https://redirect.github.com/appleboy/ssh-action/commit/fe44be0b96e09ca219322f172bc338fd0718a55b): docs: improve documentation and CI robustness ([@appleboy](https://redirect.github.com/appleboy)) - [`dd0f09c`](https://redirect.github.com/appleboy/ssh-action/commit/dd0f09ca072e60babe3cc58ed83c66a86176300c): docs: improve README clarity and completeness ([@appleboy](https://redirect.github.com/appleboy)) - [`71d43ea`](https://redirect.github.com/appleboy/ssh-action/commit/71d43ea0f75a1f73c9b0e4608c059783968ad29c): docs: improve documentation and testing configurations ([@appleboy](https://redirect.github.com/appleboy)) - [`28428a1`](https://redirect.github.com/appleboy/ssh-action/commit/28428a13f5b0283d667b1c6501d144f15b059726): docs: improve cross-platform clipboard support for key copying ([@appleboy](https://redirect.github.com/appleboy)) - [`d732991`](https://redirect.github.com/appleboy/ssh-action/commit/d732991ab09097d8c8f390d91385b0386e619598): docs(lang): README.zh-cn Document ([#332](https://redirect.github.com/appleboy/ssh-action/issues/332)) ([@astralwaveio](https://redirect.github.com/astralwaveio)) ### [`v1.0.3`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.2...v1.0.3) - Support the new parameter `request_pty` to request a pseudo-terminal from the server, addressing the sudo command issue. [https://github.com/appleboy/ssh-action/pull/288](https://redirect.github.com/appleboy/ssh-action/pull/288) ### [`v1.0.2`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.1...v1.0.2) upgrade ssh-proxy for security patch ### [`v1.0.1`](https://redirect.github.com/appleboy/ssh-action/releases/tag/v1.0.1): for security patch [Compare Source](https://redirect.github.com/appleboy/ssh-action/compare/v1.0.0...v1.0.1)bobheadxi/deployments (bobheadxi/deployments)
### [`v1.5.0`](https://redirect.github.com/bobheadxi/deployments/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/bobheadxi/deployments/compare/v1.4.0...v1.5.0) ##### What's Changed - Document that `token` now has a default. by [@buckett](https://redirect.github.com/buckett) in [https://github.com/bobheadxi/deployments/pull/136](https://redirect.github.com/bobheadxi/deployments/pull/136) - doc: correct auto_inactive default value by [@theodorton](https://redirect.github.com/theodorton) in [https://github.com/bobheadxi/deployments/pull/142](https://redirect.github.com/bobheadxi/deployments/pull/142) - feat: add `task` input by [@EndBug](https://redirect.github.com/EndBug) in [https://github.com/bobheadxi/deployments/pull/141](https://redirect.github.com/bobheadxi/deployments/pull/141) - Clarify token permissions by [@ai](https://redirect.github.com/ai) in [https://github.com/bobheadxi/deployments/pull/166](https://redirect.github.com/bobheadxi/deployments/pull/166) - feat: Bump runtime to Node 20 by [@nschonni](https://redirect.github.com/nschonni) in [https://github.com/bobheadxi/deployments/pull/163](https://redirect.github.com/bobheadxi/deployments/pull/163) - fix(delete-env): proper warning on 404 by [@mtfurlan](https://redirect.github.com/mtfurlan) in [https://github.com/bobheadxi/deployments/pull/159](https://redirect.github.com/bobheadxi/deployments/pull/159) ##### New Contributors - [@buckett](https://redirect.github.com/buckett) made their first contribution in [https://github.com/bobheadxi/deployments/pull/136](https://redirect.github.com/bobheadxi/deployments/pull/136) - [@theodorton](https://redirect.github.com/theodorton) made their first contribution in [https://github.com/bobheadxi/deployments/pull/142](https://redirect.github.com/bobheadxi/deployments/pull/142) - [@krainboltgreene](https://redirect.github.com/krainboltgreene) made their first contribution in [https://github.com/bobheadxi/deployments/pull/146](https://redirect.github.com/bobheadxi/deployments/pull/146) - [@EndBug](https://redirect.github.com/EndBug) made their first contribution in [https://github.com/bobheadxi/deployments/pull/141](https://redirect.github.com/bobheadxi/deployments/pull/141) - [@ai](https://redirect.github.com/ai) made their first contribution in [https://github.com/bobheadxi/deployments/pull/166](https://redirect.github.com/bobheadxi/deployments/pull/166) - [@nschonni](https://redirect.github.com/nschonni) made their first contribution in [https://github.com/bobheadxi/deployments/pull/163](https://redirect.github.com/bobheadxi/deployments/pull/163) - [@mtfurlan](https://redirect.github.com/mtfurlan) made their first contribution in [https://github.com/bobheadxi/deployments/pull/159](https://redirect.github.com/bobheadxi/deployments/pull/159) **Full Changelog**: https://github.com/bobheadxi/deployments/compare/v1.4.0...v1.5.0docker/build-push-action (docker/build-push-action)
### [`v5.4.0`](https://redirect.github.com/docker/build-push-action/compare/v5.3.0...v5.4.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.3.0...v5.4.0) ### [`v5.3.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.2.0...v5.3.0) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.18.0 to 0.19.0 in [https://github.com/docker/build-push-action/pull/1080](https://redirect.github.com/docker/build-push-action/pull/1080) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.1.0...v5.2.0) - Disable quotes detection for `outputs` input by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1074](https://redirect.github.com/docker/build-push-action/pull/1074) - Warn about ignored inputs by [@favonia](https://redirect.github.com/favonia) in [https://github.com/docker/build-push-action/pull/1019](https://redirect.github.com/docker/build-push-action/pull/1019) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.14.0 to 0.18.0 in [https://github.com/docker/build-push-action/pull/1070](https://redirect.github.com/docker/build-push-action/pull/1070) - Bump undici from 5.26.3 to 5.28.3 in [https://github.com/docker/build-push-action/pull/1057](https://redirect.github.com/docker/build-push-action/pull/1057) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v5.0.0...v5.1.0) - Add `annotations` input by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/build-push-action/pull/992](https://redirect.github.com/docker/build-push-action/pull/992) - Add `secret-envs` input by [@elias-lundgren](https://redirect.github.com/elias-lundgren) in [https://github.com/docker/build-push-action/pull/980](https://redirect.github.com/docker/build-push-action/pull/980) - Bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/build-push-action/pull/991](https://redirect.github.com/docker/build-push-action/pull/991) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.13.0-rc.1 to 0.14.0 in [https://github.com/docker/build-push-action/pull/990](https://redirect.github.com/docker/build-push-action/pull/990) [https://github.com/docker/build-push-action/pull/1006](https://redirect.github.com/docker/build-push-action/pull/1006) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0docker/login-action (docker/login-action)
### [`v3.3.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.3.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.2.0...v3.3.0) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.24.0 to 0.35.0 in [https://github.com/docker/login-action/pull/754](https://redirect.github.com/docker/login-action/pull/754) - Bump https-proxy-agent from 7.0.4 to 7.0.5 in [https://github.com/docker/login-action/pull/741](https://redirect.github.com/docker/login-action/pull/741) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/login-action/pull/730](https://redirect.github.com/docker/login-action/pull/730) **Full Changelog**: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0 ### [`v3.2.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.1.0...v3.2.0) - Improve missing username/password by [@Frankkkkk](https://redirect.github.com/Frankkkkk) in [https://github.com/docker/login-action/pull/706](https://redirect.github.com/docker/login-action/pull/706) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.18.0 to 0.24.0 in [https://github.com/docker/login-action/pull/715](https://redirect.github.com/docker/login-action/pull/715) [https://github.com/docker/login-action/pull/721](https://redirect.github.com/docker/login-action/pull/721) - Bump aws-sdk-dependencies to 3.583.0 in [https://github.com/docker/login-action/pull/720](https://redirect.github.com/docker/login-action/pull/720) - Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/login-action/pull/694](https://redirect.github.com/docker/login-action/pull/694) **Full Changelog**: https://github.com/docker/login-action/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.0.0...v3.1.0) - build(deps): bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/login-action/pull/618](https://redirect.github.com/docker/login-action/pull/618) - build(deps): bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [https://github.com/docker/login-action/pull/616](https://redirect.github.com/docker/login-action/pull/616) [https://github.com/docker/login-action/pull/636](https://redirect.github.com/docker/login-action/pull/636) [https://github.com/docker/login-action/pull/682](https://redirect.github.com/docker/login-action/pull/682) - build(deps): bump aws-sdk dependencies to 3.529.1 in [https://github.com/docker/login-action/pull/624](https://redirect.github.com/docker/login-action/pull/624) [https://github.com/docker/login-action/pull/685](https://redirect.github.com/docker/login-action/pull/685) - build(deps): bump http-proxy-agent to 7.0.2 in [https://github.com/docker/login-action/pull/676](https://redirect.github.com/docker/login-action/pull/676) - build(deps): bump https-proxy-agent to 7.0.4 in [https://github.com/docker/login-action/pull/676](https://redirect.github.com/docker/login-action/pull/676) - build(deps): bump undici from 5.26.5 to 5.28.3 in [https://github.com/docker/login-action/pull/677](https://redirect.github.com/docker/login-action/pull/677) **Full Changelog**: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0docker/setup-buildx-action (docker/setup-buildx-action)
### [`v3.7.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.7.1) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1) - Switch back to `uuid` package by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/369](https://redirect.github.com/docker/setup-buildx-action/pull/369) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1 ### [`v3.7.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.7.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0) - Always set `buildkitd-flags` if opt-in by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/363](https://redirect.github.com/docker/setup-buildx-action/pull/363) - Remove `uuid` package and switch to `crypto` by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/366](https://redirect.github.com/docker/setup-buildx-action/pull/366) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.35.0 to 0.39.0 in [https://github.com/docker/setup-buildx-action/pull/362](https://redirect.github.com/docker/setup-buildx-action/pull/362) - Bump path-to-regexp from 6.2.2 to 6.3.0 in [https://github.com/docker/setup-buildx-action/pull/354](https://redirect.github.com/docker/setup-buildx-action/pull/354) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0 ### [`v3.6.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.6.1) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1) - Check for malformed docker context by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/347](https://redirect.github.com/docker/setup-buildx-action/pull/347) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1 ### [`v3.6.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.6.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0) - Create temp docker context if default one has TLS data loaded before creating a container builder by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/341](https://redirect.github.com/docker/setup-buildx-action/pull/341) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0 ### [`v3.5.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0) ### [`v3.4.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0) - Throw error message instead of exit code by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/315](https://redirect.github.com/docker/setup-buildx-action/pull/315) - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.20.0 to 0.31.0 in [https://github.com/docker/setup-buildx-action/pull/321](https://redirect.github.com/docker/setup-buildx-action/pull/321) [https://github.com/docker/setup-buildx-action/pull/338](https://redirect.github.com/docker/setup-buildx-action/pull/338) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/setup-buildx-action/pull/329](https://redirect.github.com/docker/setup-buildx-action/pull/329) - Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/setup-buildx-action/pull/312](https://redirect.github.com/docker/setup-buildx-action/pull/312) - Bump uuid from 9.0.1 to 10.0.0 in [https://github.com/docker/setup-buildx-action/pull/326](https://redirect.github.com/docker/setup-buildx-action/pull/326) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0 ### [`v3.3.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0) ### [`v3.2.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0) - Rename and align config inputs by [@crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/303](https://redirect.github.com/docker/setup-buildx-action/pull/303) - `config` to `buildkitd-config` - `config-inline` to `buildkitd-config-inline` - Bump [@docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.17.0 to 0.19.0 in [https://github.com/docker/setup-buildx-action/pull/302](https://redirect.github.com/docker/setup-buildx-action/pull/302) [https://github.com/docker/setup-buildx-action/pull/306](https://redirect.github.com/docker/setup-buildx-action/pull/306) > \[!NOTE] > `config` and `config-inline` input names are deprecated and will be removed in next major release. **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://redirect.github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0) [Compare Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0)getsentry/action-release (getsentry/action-release)
### [`v1.7.0`](https://redirect.github.com/getsentry/action-release/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.6.0...v1.7.0) - Updates Sentry CLI to the latest 2.24.1 version ### [`v1.6.0`](https://redirect.github.com/getsentry/action-release/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.5.0...v1.6.0) Reverts the PR attempting to update the CLI to v2.x ### [`v1.5.0`](https://redirect.github.com/getsentry/action-release/compare/v1.4.1...v1.5.0) [Compare Source](https://redirect.github.com/getsentry/action-release/compare/v1.4.1...v1.5.0)guidojw/actions (guidojw/actions)
### [`v1.4.6`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.6) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.5...v1.4.6) ##### Bug Fixes - **Renovate:** change semantic-release match ([#45](https://redirect.github.com/guidojw/actions/issues/45)) ([6b3e0c1](https://redirect.github.com/guidojw/actions/commit/6b3e0c1dccad6398d2f8261bcdca43536f9bf03d)) - **semantic-release:** pin conventionalcommits ([#48](https://redirect.github.com/guidojw/actions/issues/48)) ([ec8c080](https://redirect.github.com/guidojw/actions/commit/ec8c080252c6b8903a4431211b78c543609f5f89)), closes [/github.com/semantic-release/release-notes-generator/issues/633#issuecomment-2094571737](https://redirect.github.com/guidojw//github.com/semantic-release/release-notes-generator/issues/633/issues/issuecomment-2094571737) ##### Miscellaneous Chores - **deps:** update all actions ([#40](https://redirect.github.com/guidojw/actions/issues/40)) ([3ea052e](https://redirect.github.com/guidojw/actions/commit/3ea052ea3d61e7de0339e985720e7c988b4b459b)) - **deps:** update all actions ([#42](https://redirect.github.com/guidojw/actions/issues/42)) ([a3d6476](https://redirect.github.com/guidojw/actions/commit/a3d647664007eca9b1a728428eed32730e024ab5)) - **deps:** update dependency node to v21.6.2 ([#41](https://redirect.github.com/guidojw/actions/issues/41)) ([f6f0655](https://redirect.github.com/guidojw/actions/commit/f6f06556c79e4d8925192b23d56e6c62e537884d)) - **deps:** update dependency node to v22 ([#44](https://redirect.github.com/guidojw/actions/issues/44)) ([0b636d3](https://redirect.github.com/guidojw/actions/commit/0b636d374007fa16883891be7e76a1a434eae664)) - **deps:** update dependency semantic-release to v23 ([#47](https://redirect.github.com/guidojw/actions/issues/47)) ([887330e](https://redirect.github.com/guidojw/actions/commit/887330e4050400eb5978820022154636c2f78de9)) ### [`v1.4.5`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.5) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.4...v1.4.5) ##### Miscellaneous Chores - **deps:** update actions/download-artifact action to v4 ([#36](https://redirect.github.com/guidojw/actions/issues/36)) ([2ec6d1b](https://redirect.github.com/guidojw/actions/commit/2ec6d1bf6327e485b1accd85fcdeeb754658f212)) - **deps:** update actions/setup-node action to v4.0.1 ([#38](https://redirect.github.com/guidojw/actions/issues/38)) ([9b54c8b](https://redirect.github.com/guidojw/actions/commit/9b54c8b2bf219d6fb00572e61e6ae8970d18201c)) - **deps:** update actions/upload-artifact action to v4 ([#37](https://redirect.github.com/guidojw/actions/issues/37)) ([a2c7f82](https://redirect.github.com/guidojw/actions/commit/a2c7f8222ec27d2f059f61a12c76fe6a00ac1378)) - **deps:** update dependency node to v21.6.1 ([#35](https://redirect.github.com/guidojw/actions/issues/35)) ([c9efd29](https://redirect.github.com/guidojw/actions/commit/c9efd29142fa8dee171af69eb081fc24d703cfc1)) - **deps:** update louisbrunner/checks-action action to v2 ([#39](https://redirect.github.com/guidojw/actions/issues/39)) ([5ae5c1f](https://redirect.github.com/guidojw/actions/commit/5ae5c1fa2aa3fdf8653235b27554af828fe29516)) ### [`v1.4.4`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.4) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.3...v1.4.4) ##### Miscellaneous Chores - **deps:** update actions/setup-node action to v4 ([#34](https://redirect.github.com/guidojw/actions/issues/34)) ([4281475](https://redirect.github.com/guidojw/actions/commit/42814758f937d972535ff3a490f176186982e57b)) - **deps:** update all actions ([#32](https://redirect.github.com/guidojw/actions/issues/32)) ([3beff67](https://redirect.github.com/guidojw/actions/commit/3beff67e42d9f4f079239c3bc2aa3ef2d2446be7)) - **deps:** update dependency node to v21 ([#33](https://redirect.github.com/guidojw/actions/issues/33)) ([24981b1](https://redirect.github.com/guidojw/actions/commit/24981b166d2482329ea66d1c3ede491131c8d70d)) ### [`v1.4.3`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.3) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.2...v1.4.3) ##### Bug Fixes - **semantic-release:** include all update types in config ([#30](https://redirect.github.com/guidojw/actions/issues/30)) ([dcd8dfc](https://redirect.github.com/guidojw/actions/commit/dcd8dfc9640c5d4a86e981b5ff288eab4981a7a8)) ### [`v1.4.2`](https://redirect.github.com/guidojw/actions/compare/v1.4.1...v1.4.2) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.1...v1.4.2) ### [`v1.4.1`](https://redirect.github.com/guidojw/actions/compare/v1.4.0...v1.4.1) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.4.0...v1.4.1) ### [`v1.4.0`](https://redirect.github.com/guidojw/actions/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/guidojw/actions/compare/v1.3.3...v1.4.0) ##### Bug Fixes - **semantic-release:** add branches configuration ([#15](https://redirect.github.com/guidojw/actions/issues/15)) ([870d7c8](https://redirect.github.com/guidojw/actions/commit/870d7c8de5aeb08420bb88d8fbddb0222a9eac61)) ##### Features - add semantic-release workflow ([#13](https://redirect.github.com/guidojw/actions/issues/13)) ([9578b7e](https://redirect.github.com/guidojw/actions/commit/9578b7eced52d67a020c131301e49897c2ee2dd1)) - **build-docker-image:** scope cache more specifically ([#12](https://redirect.github.com/guidojw/actions/issues/12)) ([87d2c00](https://redirect.github.com/guidojw/actions/commit/87d2c00acde1d68224443e13fc105781ace4b883))snok/container-retention-policy (snok/container-retention-policy)
### [`v2.2.1`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.2.0...v2.2.1) #### What's Changed - fix: default token-type by [@ChandlerFerry](https://redirect.github.com/ChandlerFerry) in [https://github.com/snok/container-retention-policy/pull/71](https://redirect.github.com/snok/container-retention-policy/pull/71) #### New Contributors - [@ChandlerFerry](https://redirect.github.com/ChandlerFerry) made their first contribution in [https://github.com/snok/container-retention-policy/pull/71](https://redirect.github.com/snok/container-retention-policy/pull/71) **Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.2.1 ### [`v2.2.0`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.3...v2.2.0) #### What's Changed This new version of the action introduces a `token-type` input variable, which enables the use of `GITHUB_TOKEN` instead of a personal access token - by [@Injabie3](https://redirect.github.com/Injabie3) in [https://github.com/snok/container-retention-policy/pull/70](https://redirect.github.com/snok/container-retention-policy/pull/70) #### New Contributors - [@Injabie3](https://redirect.github.com/Injabie3) made their first contribution in [https://github.com/snok/container-retention-policy/pull/70](https://redirect.github.com/snok/container-retention-policy/pull/70) **Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.2.0 ### [`v2.1.3`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.2...v2.1.3) #### What's Changed - docs: cron schedule and comment in the example don't match by [@ccatterina](https://redirect.github.com/ccatterina) in [https://github.com/snok/container-retention-policy/pull/69](https://redirect.github.com/snok/container-retention-policy/pull/69) - Make behaviour of `keep_at_least` parameter predictable by [@yma-het](https://redirect.github.com/yma-het) in [https://github.com/snok/container-retention-policy/pull/68](https://redirect.github.com/snok/container-retention-policy/pull/68) #### New Contributors - [@ccatterina](https://redirect.github.com/ccatterina) made their first contribution in [https://github.com/snok/container-retention-policy/pull/69](https://redirect.github.com/snok/container-retention-policy/pull/69) - [@yma-het](https://redirect.github.com/yma-het) made their first contribution in [https://github.com/snok/container-retention-policy/pull/68](https://redirect.github.com/snok/container-retention-policy/pull/68) **Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.3 ### [`v2.1.2`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.1...v2.1.2) #### What's Changed - Fix unhandled exception raised at runtime: 'x-ratelimit-remaining' by [@den-is](https://redirect.github.com/den-is) in [https://github.com/snok/container-retention-policy/pull/58](https://redirect.github.com/snok/container-retention-policy/pull/58) #### New Contributors - [@den-is](https://redirect.github.com/den-is) made their first contribution in [https://github.com/snok/container-retention-policy/pull/58](https://redirect.github.com/snok/container-retention-policy/pull/58) **Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.2 ### [`v2.1.1`](https://redirect.github.com/snok/container-retention-policy/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/snok/container-retention-policy/compare/v2.1.0...v2.1.1) #### What's Changed - Fix dry-run with filter by [@chris-schra](https://redirect.github.com/chris-schra) in [https://github.com/snok/container-retention-policy/pull/65](https://redirect.github.com/snok/container-retention-policy/pull/65) #### New Contributors - [@chris-schra](https://redirect.github.com/chris-schra) made their first contribution in [https://github.com/snok/container-retention-policy/pull/65](https://redirect.github.com/snok/container-retention-policy/pull/65) **Full Changelog**: https://github.com/snok/container-retention-policy/compare/v2...v2.1.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.