Update github-actions#6045
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
poutine found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.16.5→22.20.10.39.1→0.41.0v5.0.5→v5.1.0v6.0.2→v6.0.3v8.1.0→v8.3.2v6.1.1→v6.2.2v1.46.3→v1.48.0v4.0.1→v4.0.2v4.36.0→v4.37.0v2.37.1→2.37.2v7.1.0→v7.2.0v2.19.4→v2.20.0v2.14.2→v2.20.05.8.3→5.9.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TypedDevs/bashunit (TypedDevs/bashunit)
v0.41.0Compare Source
Added
--retry <n>/BASHUNIT_RETRYre-runs a failed test up to N times; passes if any attempt passes, annotates retried tests, and works with--paralleland--stop-on-failure(#737)--random-orderwith--seed <n>/BASHUNIT_SEEDrandomizes test file and function order to surface inter-test coupling; prints the seed for reproducible replay and works with--parallel(#738)--shard <index>/<total>runs a deterministic, non-overlapping subset of the test files to split a suite across parallel CI runners; composes with--parallel(#739)--report-tap <file>writes a TAP v13 report to a file (complements the streaming--output tap) (#740)--report-json <file>writes results as JSON (summary counts + per-test records); nojqdependency (#741)assert_file_permissions <mode> <file>asserts a file's octal permission mode; portable across GNU/BSDstat(#742)assert_array_length <n> <array>asserts an array has exactlynelements (#743)assert_within_delta <expected> <actual> <delta>asserts a number is within a tolerance; supports floats (#744)Fixed
watchsubcommand failed withbashunit::watch::run: command not foundin the released binary becausesrc/watch.shwas missing from the build; it is now bundled (#735)Changed
v0.40.0Compare Source
Added
--test-timeout <seconds>flag andBASHUNIT_TEST_TIMEOUTenv var to abort a test that runs longer than N seconds, mark it failed and continue. Disabled by default; no externaltimeoutneeded, works on Bash 3.2+ (#721)Fixed
printfbuiltin no longer breaks coverage collection: the buffer is flushed withbuiltin printf(#724)Changed
bashunit.com(oldbashunit.typeddevs.comredirects)bashunit.comcustom domain (deploy-gh-pages.yml)Removed
actions/cache (actions/cache)
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
v8.2.0: 🌈 New inputsquietanddownload-from-astral-mirrorCompare Source
Changes
This release brings two new inputs and a few bug fixes.
New inputs
Lets talk about the new inputs first.
quiet
Pretty simple. It turns of all
infologgings. Useful if you use this in a composite action and are not interested in all the details.In the upcoming releases we will add log groups to fully implement support for "less noise"
download-from-astral-mirror
In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting
download-from-astral-mirror: falseallows you to do that.Bugfixes
When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.
We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.
🐛 Bug fixes
🚀 Enhancements
download-from-astral-mirrorinput @eifinger (#897)🧰 Maintenance
⬆️ Dependency updates
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v6.2.2Compare Source
v6.2.1Compare Source
Bug Fixes
v6.2.0Compare Source
Features
Bug Fixes
v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
crate-ci/typos (crate-ci/typos)
v1.48.0Compare Source
[1.48.0] - 2026-06-30
Features
v1.47.2Compare Source
[1.47.2] - 2026-06-04
Fixes
inferrableinferiblevariantv1.47.1Compare Source
[1.47.1] - 2026-06-03
Fixes
requestorsv1.47.0Compare Source
[1.47.0] - 2026-05-29
Features
dorny/paths-filter (dorny/paths-filter)
v4.0.2Compare Source
github/codeql-action (github/codeql-action)
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@​ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973v4.36.3Compare Source
No user facing changes.
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
shivammathur/setup-php (shivammathur/setup-php)
v2.37.2Compare Source
Changelog
Fixed macOS setup by marking
shivammathur/phpandshivammathur/extensionsas trusted taps.Switched to Visual Studio 18
(vs18)builds for PHP 8.6 on Windows.Improved looking up environment variables.
Tightened security in internal GitHub action workflows.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v7.2.0Compare Source
Added
Fixed
Dependency Updates
step-security/harden-runner (step-security/harden-runner)
v2.20.0Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.19.4...v2.20.0
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.