jaxxstorm/action-install-gh-release (jaxxstorm/action-install-gh-release)
### [`v1.13.0`](https://redirect.github.com/jaxxstorm/action-install-gh-release/releases/tag/v1.13.0)
[Compare Source](https://redirect.github.com/jaxxstorm/action-install-gh-release/compare/v1.12.0...v1.13.0)
##### What's Changed
- Add aarch64 as a known alternative to arm64 by [@Dr-Emann](https://redirect.github.com/Dr-Emann) in [https://github.com/jaxxstorm/action-install-gh-release/pull/83](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/83)
- Turn on renovate best practice preset by [@gberche-orange](https://redirect.github.com/gberche-orange) in [https://github.com/jaxxstorm/action-install-gh-release/pull/77](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/77)
- feat: allow configurable project names by [@t3hmrman](https://redirect.github.com/t3hmrman) in [https://github.com/jaxxstorm/action-install-gh-release/pull/94](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/94)
- feat: enhance asset name handling and matching logic in main.js by [@jaxxstorm](https://redirect.github.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/96](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/96)
- chore(deps): update actions/checkout action to v4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/66](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/66)
- chore(deps): update dependency [@types/node](https://redirect.github.com/types/node) to ^20.8.8 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/95](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/95)
- chore(deps): update dependency [@types/node](https://redirect.github.com/types/node) to ^20.17.6 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/98](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/98)
- fix(deps): update dependency eslint to v9.14.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/100](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/100)
- Install latest prerelease assets by [@pchalamet](https://redirect.github.com/pchalamet) in [https://github.com/jaxxstorm/action-install-gh-release/pull/92](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/92)
- Bump semver from 6.3.0 to 6.3.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/jaxxstorm/action-install-gh-release/pull/97](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/97)
- chore(deps): update actions/checkout digest to [`11bd719`](https://redirect.github.com/jaxxstorm/action-install-gh-release/commit/11bd719) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/101](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/101)
- update npm deps by [@jaxxstorm](https://redirect.github.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/105](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/105)
- chore(deps): update actions/checkout action to v4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/104](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/104)
##### New Contributors
- [@Dr-Emann](https://redirect.github.com/Dr-Emann) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/83](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/83)
- [@gberche-orange](https://redirect.github.com/gberche-orange) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/77](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/77)
- [@t3hmrman](https://redirect.github.com/t3hmrman) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/94](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/94)
- [@pchalamet](https://redirect.github.com/pchalamet) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/92](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/92)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.13.0
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.12.0
->v1.13.0
Release Notes
jaxxstorm/action-install-gh-release (jaxxstorm/action-install-gh-release)
### [`v1.13.0`](https://redirect.github.com/jaxxstorm/action-install-gh-release/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/jaxxstorm/action-install-gh-release/compare/v1.12.0...v1.13.0) ##### What's Changed - Add aarch64 as a known alternative to arm64 by [@Dr-Emann](https://redirect.github.com/Dr-Emann) in [https://github.com/jaxxstorm/action-install-gh-release/pull/83](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/83) - Turn on renovate best practice preset by [@gberche-orange](https://redirect.github.com/gberche-orange) in [https://github.com/jaxxstorm/action-install-gh-release/pull/77](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/77) - feat: allow configurable project names by [@t3hmrman](https://redirect.github.com/t3hmrman) in [https://github.com/jaxxstorm/action-install-gh-release/pull/94](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/94) - feat: enhance asset name handling and matching logic in main.js by [@jaxxstorm](https://redirect.github.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/96](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/96) - chore(deps): update actions/checkout action to v4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/66](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/66) - chore(deps): update dependency [@types/node](https://redirect.github.com/types/node) to ^20.8.8 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/95](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/95) - chore(deps): update dependency [@types/node](https://redirect.github.com/types/node) to ^20.17.6 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/98](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/98) - fix(deps): update dependency eslint to v9.14.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/100](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/100) - Install latest prerelease assets by [@pchalamet](https://redirect.github.com/pchalamet) in [https://github.com/jaxxstorm/action-install-gh-release/pull/92](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/92) - Bump semver from 6.3.0 to 6.3.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/jaxxstorm/action-install-gh-release/pull/97](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/97) - chore(deps): update actions/checkout digest to [`11bd719`](https://redirect.github.com/jaxxstorm/action-install-gh-release/commit/11bd719) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/101](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/101) - update npm deps by [@jaxxstorm](https://redirect.github.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/105](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/105) - chore(deps): update actions/checkout action to v4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/jaxxstorm/action-install-gh-release/pull/104](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/104) ##### New Contributors - [@Dr-Emann](https://redirect.github.com/Dr-Emann) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/83](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/83) - [@gberche-orange](https://redirect.github.com/gberche-orange) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/77](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/77) - [@t3hmrman](https://redirect.github.com/t3hmrman) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/94](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/94) - [@pchalamet](https://redirect.github.com/pchalamet) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/92](https://redirect.github.com/jaxxstorm/action-install-gh-release/pull/92) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.13.0Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.