Skip to content

chore(deps): update github-actions - #1001

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions
Jul 30, 2026
Merged

chore(deps): update github-actions#1001
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Type Update
actions/checkout v7.0.0 -> v7.0.1 action patch
jdx/mise-action v4.2.1 -> v4.2.3 action patch

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 4pm on thursday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from scottames as a code owner July 30, 2026 23:44
@renovate
renovate Bot enabled auto-merge (squash) July 30, 2026 23:44
@scottames-github-bot

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

actions/checkout (actions/checkout)

v7.0.1: v7.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

jdx/mise-action (jdx/mise-action)

v4.2.3: v4.2.3: Restore mise PATH propagation

Compare Source

A patch release that restores mise's PATH propagation to subsequent workflow steps — without reintroducing the full-PATH snapshot behavior that v4.2.1 fixed.

Fixed

Export mise PATH entries to subsequent steps (#575) by @​jdx

v4.2.1 stopped exporting the complete PATH returned by mise env --json into GITHUB_ENV, which correctly prevented snapshotting the runner's environment into subsequent steps. However, that also dropped mise-produced PATH entries — tool shims, [env] _.path directories, and similar — that workflows relied on after the setup step. See #565.

The action now computes only the prefix that mise prepended to the existing PATH and forwards those directories individually through GITHUB_PATH. This preserves mise's configured ordering, composes cleanly with PATH changes from other actions, and never persists the runner's full PATH through GITHUB_ENV. The dotenv fallback path (used with older mise versions) also strips PATH= lines and re-derives additions from mise env --json.

A new export_path input (default true) lets workflows keep regular env exports while opting out of PATH changes:

- uses: jdx/mise-action@​v4
  with:
    export_path: false # keep env vars, skip mise PATH additions

Full Changelog: jdx/mise-action@v4.2.2...v4.2.3

v4.2.2: v4.2.2: Zstd tar fallback for older runners

Compare Source

A small patch release that fixes archive selection on runners with an older tar and corrects a stale default in the README.

Fixed

Verify tar supports Zstd before picking .tar.zst (#569 by @​JackMyers001

The action previously chose the .tar.zst mise archive whenever zstd --version succeeded, then extracted it with tar --zstd. On RHEL 8-compatible runners that ship zstd 1.4.4 alongside GNU tar 1.30, the --zstd option isn't recognized and installation failed.

Detection now runs both checks:

zstd --version
tar --zstd --version

If either fails, the action falls back to the .tar.gz archive. No configuration change is required — existing workflows on affected runners just start working again. Fixes #568.

Documentation

  • Update the cache_key_prefix example in the README to reflect the current default of mise-v1 (previously documented as mise-v0) (#570 by @​muzimuzhi).

New Contributors

  • @​JackMyers001 made their first contribution in #569
  • @​muzimuzhi made their first contribution in #570

Full Changelog: jdx/mise-action@v4.2.1...v4.2.2

@renovate
renovate Bot force-pushed the renovate/github-actions branch from 3f05ef3 to f02e90b Compare July 30, 2026 23:50
@renovate
renovate Bot force-pushed the renovate/github-actions branch from f02e90b to 02931d7 Compare July 30, 2026 23:55
@renovate
renovate Bot merged commit cffdc69 into main Jul 30, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/github-actions branch July 30, 2026 23:58
scottames pushed a commit that referenced this pull request Aug 7, 2026
🤖 I have created a release *beep* *boop*
---


## [0.50.0](v0.49.0...v0.50.0)
(2026-08-06)


### Updates & Misc Chores

* **agents/pi:** bring nono profile in-line with opencode
([1b3acd9](1b3acd9))
* **deps:** lock file maintenance
([#982](#982))
([379a163](379a163))
* **deps:** update ⬆️ agent extensions
([#988](#988))
([032c73b](032c73b))
* **deps:** update ⬆️ aqua-packages
([#1000](#1000))
([3574482](3574482))
* **deps:** update ⬆️ aqua-packages
([#989](#989))
([39c8f59](39c8f59))
* **deps:** update ⬆️ aqua-packages to v4.540.0
([#993](#993))
([f38e00f](f38e00f))
* **deps:** update ⬆️ container digests to dc2d74b
([#1005](#1005))
([3995f91](3995f91))
* **deps:** update ⬆️ mise-packages
([#1002](#1002))
([fa80d45](fa80d45))
* **deps:** update ⬆️ mise-packages
([#1003](#1003))
([208186a](208186a))
* **deps:** update ⬆️ mise-packages
([#1004](#1004))
([21076bf](21076bf))
* **deps:** update ⬆️ mise-packages
([#980](#980))
([dcb7a0e](dcb7a0e))
* **deps:** update ⬆️ mise-packages
([#985](#985))
([71bff2d](71bff2d))
* **deps:** update ⬆️ mise-packages
([#986](#986))
([87d6146](87d6146))
* **deps:** update ⬆️ mise-packages
([#992](#992))
([6eb700c](6eb700c))
* **deps:** update ⬆️ mise-packages
([#994](#994))
([9b45e8e](9b45e8e))
* **deps:** update ⬆️ mise-packages
([#995](#995))
([8b204dc](8b204dc))
* **deps:** update ⬆️ mise-packages
([#996](#996))
([cea1144](cea1144))
* **deps:** update ⬆️ mise-packages
([#997](#997))
([f0b232b](f0b232b))
* **deps:** update ⬆️ mise-packages to v1.3.0
([#984](#984))
([84f4fc7](84f4fc7))
* **deps:** update ⬆️ mise-packages to v4
([#998](#998))
([3984f71](3984f71))
* **deps:** update github-actions
([#1001](#1001))
([cffdc69](cffdc69))
* **deps:** update github-actions
([#990](#990))
([b40bc47](b40bc47))
* **deps:** update github-actions to v7
([#991](#991))
([9f003d9](9f003d9))
* **mise/herdr:** bump 0.7.4
([8e3ba01](8e3ba01))
* **mise/nono:** bump to 0.69.0 (fixes bug)
([560101f](560101f))
* **mise:** bump herdr + ghtkn
([269c569](269c569))
* upgrade trunk ([#979](#979))
([f995e68](f995e68))
* upgrade trunk ([#987](#987))
([00be077](00be077))
* upgrade trunk ([#999](#999))
([09f8f54](09f8f54))
* **zen-browser:** add keybinds/search from latest releases
([4ca741a](4ca741a))


### Features

* add ink
([4cafd25](4cafd25))
* **agents/pi:** custom theme/keys
([9f0da00](9f0da00))
* **agents/pi:** replace subagent extension
([818271e](818271e))
* **agents:** add pi.dev
([66bc085](66bc085))
* **fish/ghtkn:** add ghtkn agent unlock abbr
([b47df17](b47df17))
* **ghtkn/gh:** leverage ghtkn agent for auth/refresh
([5af247e](5af247e))
* **herdr:** config tweaks for improved copy nav + notifications
([3f0703b](3f0703b))
* **mise:** add linear-cli (+skill)
([583b914](583b914))
* **mise:** add plannotator
([1bf4fec](1bf4fec))
* move to gh-stack as primary stacking mechanism
([40689ac](40689ac))
* **niri:** add play/pause keys
([71242a0](71242a0))
* **nono:** add claude/codex + DRY up
([8bef8f8](8bef8f8))
* **opencode:** hardcode built-in subagent models to gpt5.6-*
([63d70fb](63d70fb))
* **pi:** add web search extension
([1c34ea2](1c34ea2))
* **pi:** scope Nono temporary state
([e5e0d33](e5e0d33))
* **pi:** track tintinweb/pi-subagents
([d04f936](d04f936))


### Bug Fixes

* **agents:** just permissions + nono/pi setting
([5df9b51](5df9b51))
* **chezmoi/herdr:** warn on extension install
([4a76ddf](4a76ddf))
* **chezmoi:** no bat paging
([61b24ce](61b24ce))
* **fish/abbr:** nono opencode overlap
([535129e](535129e))
* **fish/ink:** completions
([9077393](9077393))
* **herdr:** rid of removed config key
([f7602b8](f7602b8))
* **macos:** skip mise pkgs + cleanup
([16327ed](16327ed))
* **mise:** gh-gfm-preview bin name
([e25c669](e25c669))
* **nono:** scope overlap policy to wrapper
([23646c0](23646c0))


### Code Refactoring

* **agents:** rm using-superpowers requirement
([db754cf](db754cf))
* **ghostty:** unbind a few unused keys
([b5ad538](b5ad538))
* **herdr:** reduce panes/tabs for default new layout (from fish)
([8f0270d](8f0270d))
* move ~/bin/* to ~/.local/bin/
([bd84a77](bd84a77))
* **nono:** all more build-related permissions
([78843d4](78843d4))
* **nvim/thts:** adjust picker settings
([1c8ed29](1c8ed29))
* **tuicr:** tweaks to config
([3e08e10](3e08e10))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

0 participants