action-install-gh-release icon indicating copy to clipboard operation
action-install-gh-release copied to clipboard

GitHub Action to install the Github Release binaries

Results 26 action-install-gh-release issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.8.8` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.8.8/20.16.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`^4.9.4` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/plugin-throttling](https://togithub.com/octokit/plugin-throttling.js) | [`^5.0.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@octokit%2fplugin-throttling/5.0.1/9.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fplugin-throttling/9.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fplugin-throttling/9.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/plugin-throttling](https://togithub.com/octokit/plugin-throttling.js) | [`5.0.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/@octokit%2fplugin-throttling/5.0.1/5.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fplugin-throttling/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fplugin-throttling/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch](https://togithub.com/node-fetch/node-fetch) | [`3.3.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/node-fetch/3.3.1/3.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-fetch/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/node-fetch/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/core](https://togithub.com/actions/toolkit/tree/main/packages/core) ([source](https://togithub.com/actions/toolkit/tree/HEAD/packages/core)) | [`1.10.0` -> `1.10.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.10.0/1.10.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcore/1.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/github](https://togithub.com/actions/toolkit/tree/main/packages/github) ([source](https://togithub.com/actions/toolkit/tree/HEAD/packages/github)) | [`^5.1.1` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@actions%2fgithub/5.1.1/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fgithub/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

When using this action I get the following warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jaxxstorm/action-install-gh-release@HEAD. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/....

https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions suggests > Pin actions to a full length commit SHA > > Pinning an action to a full length commit SHA is currently the only way to use an...