build(deps): bump the actions group across 1 directory with 7 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(8 days ago)
(8 days ago)
dependencies github_actions
Bumps the actions group with 7 updates in the / directory:
Package | From | To |
---|---|---|
actions/checkout | 3 |
5 |
actions/upload-artifact | 3 |
4 |
actions/download-artifact | 4 |
5 |
actions/setup-java | 3 |
5 |
actions/setup-node | 4 |
5 |
actions/upload-pages-artifact | 3 |
4 |
KyleMayes/install-llvm-action | 1 |
2 |
Updates actions/checkout
from 3 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)- Additional commits viewable in compare view
Updates actions/upload-artifact
from 3 to 4
Release notes
Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.2.1
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0
- Ensure hidden files input is used by
@joshmgross
in actions/upload-artifact#609Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1
v3.2.1-node20
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20
- Ensure hidden files input is used by
@joshmgross
in actions/upload-artifact#608Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.0-node20...v3.2.1-node20
v3.2.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- V3 backport: Exclude hidden files by default by
@SrRyan
in actions/upload-artifact#604
... (truncated)
Commits
ea165f8
Merge pull request #685 from salmanmkc/salmanmkc/3-new-upload-artifacts-release0839620
Prepare for new release of actions/upload-artifact with new toolkit cache ver...4cec3d8
Merge pull request #673 from actions/yacaovsnc/artifact_2.2.2e9fad96
license cache update for artifactb26fd06
Update to use artifact 2.2.2 package65c4c4a
Merge pull request #662 from actions/yacaovsnc/add_variable_for_concurrency_a...0207619
move files back to satisfy licensed ci1ecca81
licensed cache updates9742269
Expose env vars to controll concurrency and timeout6f51ac0
Merge pull request #656 from bdehamer/bdehamer/artifact-digest- Additional commits viewable in compare view
Updates actions/download-artifact
from 4 to 5
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89
in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirki
in actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact
→ extracted topath/
(direct)- By ID:
artifact-ids: 12345
→ extracted topath/my-artifact/
(nested)Now both methods are consistent:
- By name:
name: my-artifact
→ extracted topath/
(unchanged)- By ID:
artifact-ids: 12345
→ extracted topath/
(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: true
as a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/
Where
my-artifact
is the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93c
Merge pull request #416 from actions/single-artifact-id-download-pathb19ff43
refactor: resolve download path correctly in artifact download tests (mainly ...e262cbe
bundle distbff23f9
update docsfff8c14
fix download path logic when downloading a single artifact by id448e3f8
Merge pull request #407 from actions/nebuk89-patch-147225c4
Update README.md- See full diff in compare view
Updates actions/setup-java
from 3 to 5
Release notes
Sourced from actions/setup-java's releases.
v5.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkc
in actions/setup-java#888Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
- Upgrade Publish Immutable Action by
@HarithaVattikuti
in actions/setup-java#798- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
@dependabot
[bot] in actions/setup-java#730- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot
[bot] in actions/setup-java#833- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgad
in actions/setup-java#887- Upgrade actions/checkout from 4 to 5 by
@dependabot
[bot] in actions/setup-java#896Bug Fixes
- Prevent default installation of JetBrains pre-releases by
@priyagupta108
in actions/setup-java#859- Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by
@gowridurgad
in actions/setup-java#848New Contributors
@gowridurgad
made their first contribution in actions/setup-java#848@salmanmkc
made their first contribution in actions/setup-java#888Full Changelog: https://github.com/actions/setup-java/compare/v4...v5.0.0
v4.7.1
What's Changed
Documentation changes
- Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by
@aparnajyothi-y
in actions/setup-java#704- Remove duplicated GraalVM section in documentation by
@Marcono1234
in actions/setup-java#716Dependency updates:
- Upgrade
@action/cache
from 4.0.0 to 4.0.2 by@aparnajyothi-y
in actions/setup-java#766- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-java#744- Upgrade ts-jest from 29.1.2 to 29.2.5 by
@dependabot
in actions/setup-java#743- Upgrade
@action/cache
to 4.0.3 by@aparnajyothi-y
in actions/setup-java#773Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.7.1
v4.7.0
What's Changed
- Configure Dependabot settings by
@HarithaVattikuti
in actions/setup-java#722- README Update: Added a permissions section by
@benwells
in actions/setup-java#723- Upgrade
cache
from version 3.2.4 to 4.0.0 by@aparnajyothi-y
in actions/setup-java#724- Upgrade
@actions/http-client
from 2.2.1 to 2.2.3 by@dependabot
in actions/setup-java#728- Upgrade
actions/publish-immutable-action
from 0.0.3 to 0.0.4 by@dependabot
in actions/setup-java#727- Upgrade
@types/jest
from 29.5.12 to 29.5.14 by@dependabot
in actions/setup-java#729
... (truncated)
Commits
dded088
Bump actions/checkout from 4 to 5 (#896)0913e9a
Upgrade to node 24 (#888)e9343db
Bumps form-data (#887)ae2b61d
Bump undici from 5.28.5 to 5.29.0 (#833)c190c18
Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)67aec00
Fix: prevent default installation of JetBrains pre-releases (#859)ebb356c
Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failu...f4f1212
Update publish-immutable-actions.yml (#798)c5195ef
actions/cache upgrade to 4.0.3 (#773)dd38875
Bump ts-jest from 29.1.2 to 29.2.5 (#743)- Additional commits viewable in compare view
Updates actions/setup-node
from 4 to 5
Release notes
Sourced from actions/setup-node's releases.
v5.0.0
What's Changed
Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by
@priya-kinthali
in actions/setup-node#1348This update, introduces automatic caching when a valid
packageManager
field is present in yourpackage.json
. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, setpackage-manager-cache: false
steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false
- Upgrade action to use node24 by
@salmanmkc
in actions/setup-node#1325Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade
@octokit/request-error
and@actions/github
by@dependabot
[bot] in actions/setup-node#1227- Upgrade uuid from 9.0.1 to 11.1.0 by
@dependabot
[bot] in actions/setup-node#1273- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot
[bot] in actions/setup-node#1295- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgad
in actions/setup-node#1332- Upgrade actions/checkout from 4 to 5 by
@dependabot
[bot] in actions/setup-node#1345New Contributors
@priya-kinthali
made their first contribution in actions/setup-node#1348@salmanmkc
made their first contribution in actions/setup-node#1325Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmann
in actions/setup-node#98- Add support for indented eslint output by
@fregante
in actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolito
in actions/setup-node#1240Dependency update:
- Upgrade
@action/cache
from 4.0.2 to 4.0.3 by@aparnajyothi-y
in actions/setup-node#1262New Contributors
@FloEdelmann
made their first contribution in actions/setup-node#98@fregante
made their first contribution in actions/setup-node#1245@marco-ippolito
made their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0
... (truncated)
Commits
a0853c2
Bump actions/checkout from 4 to 5 (#1345)b7234cc
Upgrade action to use node24 (#1325)d7a1131
Enhance caching in setup-node with automatic package manager detection (#1348)5e2628c
Bumps form-data (#1332)65becef
Bump undici from 5.28.5 to 5.29.0 (#1295)7e24a65
Bump uuid from 9.0.1 to 11.1.0 (#1273)08f58d1
Bump@octokit/request-error
and@actions/github
(#1227)- See full diff in compare view
Updates actions/upload-pages-artifact
from 3 to 4
Release notes
Sourced from actions/upload-pages-artifact's releases.
v4.0.0
What's Changed
- Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by
@tsusdere
in actions/upload-pages-artifact#102 If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation- Pin
actions/upload-artifact
to SHA by@heavymachinery
in actions/upload-pages-artifact#127Full Changelog: https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0
v3.0.1
Changelog
- Group tar's output to prevent it from messing up action logs
@SilverRainZ
(#94)- Update README.md
@uiolee
(#88)- Bump the non-breaking-changes group with 1 update
@dependabot
(#92)- Update Dependabot config to group non-breaking changes
@JamesMGreene
(#91)- Bump actions/checkout from 3 to 4
@dependabot
(#76)See details of all code changes since previous release.
Commits
7b1f4a7
Merge pull request #127 from heavymachinery/pin-sha4cc19c7
Pinactions/upload-artifact
to SHA2d163be
Merge pull request #107 from KittyChiu/mainc704843
fix: linted README9605915
Merge pull request #106 from KittyChiu/kittychiu/update-readme-1e59cdfe
Update README.mda2d6704
doc: updated usage section in readme984864e
Merge pull request #105 from actions/Jcambass-patch-145dc788
Add workflow file for publishing releases to immutable action packageefaad07
Merge pull request #102 from actions/hidden-files- Additional commits viewable in compare view
Updates KyleMayes/install-llvm-action
from 1 to 2
Release notes
Sourced from KyleMayes/install-llvm-action's releases.
v2.0.0
Migrating from v1
- Support for LLVM and Clang 3.5 through 7.0 has been removed (use 7.1 or later)
- The
download-url
input has been renamed tomirror-url
- The
force-version
andubuntu-version
inputs have been replaced with theforce-url
inputOther Changes
- Added
arch
input- Added support for various missing LLVM and Clang versions up to 18.1.2
v1.9.0
- Add support for LLVM 17 (binaries not available for macOS runners)
- Update dependencies and use
node20
runner- Fix
downloadUrl
option usage on Linux and Windows runners (#57)v1.8.3
No release notes provided.
v1.8.2
No release notes provided.
v1.8.1
No release notes provided.
v1.8.0
- Support for LLVM 15.0.7
- Support for LLVM 16.0.0 (except on macOS because LLVM 16.0.0 was not released for that platform)
v1.7.0
No release notes provided.
v1.6.1
No release notes provided.
v1.6.0
No release notes provided.
v1.5.5
No release notes provided.
v1.5.4
No release notes provided.
v1.5.3
No release notes provided.
v1.5.2
No release notes provided.
... (truncated)
Changelog
Sourced from KyleMayes/install-llvm-action's changelog.
[2.0.7] - 2025-05-02
- Added support for LLVM and Clang 20 (and some more 18 and 19 versions)
[2.0.6] - 2025-02-24
- Added support for LLVM and Clang 19
[2.0.5] - 2024-09-08
- Added support for LLVM and Clang 18.1.8 on ARM64 macOS
Commits
a7a1a88
Bump version509c7c2
Fixed regex5d9d7cc
Added new llvm versions3dff44c
Adjusted linux x64 regex78847a0
Update dependencies6ba6e2c
Bump version9fa984b
Update CHANGELOG.mdea57886
Update assets.jsone0a8dc9
Bump version617f3d1
Update CHANGELOG.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
18
+32
-32
Package Dependencies
Technical Details
ID: | 6970288 |
UUID: | 2800088516 |
Node ID: | PR_kwDOPTkn6s6m5fXE |
Host: | GitHub |
Repository: | xhgg606/https-github.com-Winkmoon-KernelSU |
Merge State: | Unknown |