Skip to content

chore(deps): update jdx/mise-action action to v3.6.3#270

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-action-3.x
Open

chore(deps): update jdx/mise-action action to v3.6.3#270
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-action-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 28, 2026

This PR contains the following updates:

Package Type Update Change
jdx/mise-action action minor v3.5.1v3.6.3

Release Notes

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

v3.6.3

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v3.5.1...v3.6.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@github-actions
Copy link
Copy Markdown
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

This update brings jdx/mise-action from v3.5.1 to v3.6.3, spanning three minor releases (v3.6.0, v3.6.1, v3.6.2, v3.6.3) with the following changes:

v3.6.3 Changes:

  • Bug Fix: Pass cwd to all exec calls in exportMiseEnv() function - fixes environment export when using working_directory input

v3.6.2 Changes:

  • Bug Fix: Move file_hash to end of cache key template to prevent prefix matching issues
  • Dependency Updates: Multiple dev dependency updates (@types/node, prettier, @types/handlebars, etc.)
  • CI Updates: Updates to GitHub Actions (codeql-action, checkout, autofix-ci/action)

v3.6.1 Changes:

  • Revert: Reverted cache key isolation per working_directory in monorepos due to issues

v3.6.0 Changes:

  • New Feature: Add add_shims_to_path input (default: "true") - allows disabling shims in PATH
  • Bug Fix: Use mise_dir input when specified
  • Bug Fix: Pass environment variables to mise commands
  • Bug Fix: Make mise self-update output visible in logs
  • Documentation: Fix description for mise_toml input
  • Dependency Updates: Updates to actions/checkout v6, actions/setup-node v6, actions/upload-artifact v6

API Changes Identified:

  • New Input: add_shims_to_path (default: "true") - backward compatible, no action required
  • Default cache_key_prefix: Changed from "mise-v0" to "mise-v1" between v3.5.1 and v3.6.3 - may affect cache but does not break functionality

No Breaking Changes: All changes are backward compatible. New inputs have sensible defaults and existing inputs remain unchanged.

🎯 Impact Scope Investigation

Usage Analysis:

  • Single Location: The action is used only in .github/actions/setup/action.yml:7
  • Current Configuration: Only uses experimental: true input parameter
  • Workflows Using This Action:
    • .github/workflows/ci.yml (test, build, lint jobs)
    • .github/workflows/release-please.yml (release job)
    • .github/workflows/update-demo.yml (update-demo job)
    • .github/workflows/update-docs.yml (update-docs job)

Impact Assessment:

  1. No Configuration Changes Required: The current usage only sets experimental: true, which remains supported
  2. Bug Fixes Apply: The fixes for environment export and cache key handling will improve reliability
  3. Dependencies: No impact on other GitHub Actions or project dependencies
  4. mise.toml Configuration: The project uses mise.toml with Go tooling configuration - no changes needed

Behavioral Changes:

  • Cache keys may regenerate due to cache_key_prefix change from "mise-v0" to "mise-v1", resulting in cache miss on first run (expected, not harmful)
  • Environment variable export now works correctly with working_directory (improvement)
  • Self-update output will be visible in logs (improvement)

💡 Recommended Actions

✅ Approve and Merge
This update is safe to merge without any modifications:

  1. No Code Changes Required: The current usage pattern is fully compatible
  2. Expected Cache Behavior: First workflow run after merge may miss cache due to cache key prefix update - this is normal and will rebuild cache automatically
  3. Benefits: Receive bug fixes for environment handling and cache key matching
  4. Testing: No special testing required - existing CI workflows will validate the update

Post-Merge Expectations:

  • First workflow runs may take slightly longer due to cache miss (one-time occurrence)
  • Subsequent runs will benefit from improved caching behavior
  • All existing functionality will continue to work as before

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants