chore(deps): update github actions#82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. |
ccdab22 to
0aeb1dd
Compare
2ff0e45 to
9b70d56
Compare
9b70d56 to
a52efbc
Compare
|
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:
v6.0.2→v6.0.3v7.0.0(+1)v1.0.133→v1.0.137v1.0.152(+14)v4.36.0→v4.36.2v4.0.1→v4.1.0v4.2.0v2.0.0→v3.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v6.0.3Compare Source
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.137Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.137
v1.0.136Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.136
v1.0.135Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.135
v1.0.134Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.134
github/codeql-action (github/codeql-action)
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
jdx/mise-action (jdx/mise-action)
v4.1.0: : automatic --locked installsCompare Source
This release adds automatic locked installs when a
mise.lockis present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.Added
Automatic
--lockedinstall whenmise.lockexists (#495) by @zeitlingerWhen a repo contains
mise.lock, the action now automatically passes--lockedtomise install(on mise versions that support it). This removes the need to manually setinstall_args: --lockedand preventsmise installfrom silently mutating the lockfile in CI. Explicitinstall_argsand older mise versions are still respected.Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating
mise.lockmid-run — this surfaces lockfile drift rather than hiding it.Fixed
macos15,ubuntu24for GitHub-hosted runners;self-hostedotherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's~/.local/share/mise/installs/*, causing failures likedoes not have an executable named '…'or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.mise-shim.exemissing on Windows (#476) by @risu729 — the action now installsmise-shim.exealongsidemise.exeand repairs restored caches that lack the shim. Fixes #475.Changed
Full Changelog: jdx/mise-action@v4.0.1...v4.1.0
suzuki-shunsuke/pinact-action (suzuki-shunsuke/pinact-action)
v3.0.0Compare Source
Issues | Pull Requests | suzuki-shunsuke/pinact-action@v2.0.0...v3.0.0 | Base revision
This release is largely driven by the update to pinact v4.0.0.
Please also refer to the pinact v4.0.0 release notes.
#1065 Upgrade pinact to v4.0.0
#1065 Behavior change when
skip_push: trueBehavior change when
skip_push: truePreviously, this was equivalent to a
-checkmode. It has been changed tosimply skip committing.
By default, a commit is created.
With
skip_push: true, fix: true, the code is fixed but not committed.A subsequent step can create the commit on its own.
This is useful when you want to bundle the pinact changes with other
modifications into a single commit.
With
skip_push: true, fix: false, validation is performed just like theprevious
skip_push: truebehavior.Features
#1065 Added inputs to support more pinact options
files: lets you specify target files (positional arguments ofpinact run)fix(--fixoption)no_api(--no-apioption)verify_min_age(--verify-min-ageoption)branch_to_tags(--branch-to-tagsoption)config(--configoption)diff_file(--diff-fileoption)Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.