FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update actions/checkout action to v6.0.2 by renovate[bot] · Pull Request #54 · koki-develop/git-aicommit · GitHub

This repository was archived by the owner on Apr 19, 2026. It is now read-only.
/ git-aicommit Public archive

chore(deps): update actions/checkout action to v6.0.2 - #54

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-6.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-6.x

Conversation

renovate Bot commented Jan 25, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.1 → v6.0.2

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 Bot commented Jan 25, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Version Change: actions/checkout v6.0.1 → v6.0.2 (patch release)

Changes Included:

  • Single bug fix: Fix tag handling to preserve annotations and explicit fetch-tags behavior (PR #2356 by @ericsciple)

Issues Resolved:

  1. fetch-tags: true option was not working correctly - tags were being overwritten during fetch operations
  2. Annotated tags lost their metadata - the action fetched by commit hash instead of tag reference, stripping annotations
  3. Fatal errors occurred when using both tag checkout and fetch-tags: true simultaneously due to duplicate refspecs

Technical Changes:

  • Refactored getRefSpec() method to include explicit tag refspecs (+refs/tags/*:refs/tags/*) when fetch-tags is enabled
  • Tags are now fetched by reference (not commit hash) to preserve annotations
  • Consistent use of --no-tags with explicit refspec control

Breaking Changes: None - this is a backward-compatible bug fix

Security Fixes: None identified in this release

🎯 Impact Scope Investigation

Usage Locations: actions/checkout is used in 5 locations across 3 workflow files:

  1. .github/workflows/ci.yml:24 - Build job
  2. .github/workflows/ci.yml:45 - Lint job
  3. .github/workflows/ci.yml:66 - Pyright job
  4. .github/workflows/claude-renovate-review.yml:25 - Claude Renovate Review job
  5. .github/workflows/release-please.yml:50 - Publish job

Current Configuration: All usages include:

  • persist-credentials: false - standard security practice
  • No explicit fetch-tags option specified (uses default behavior)
  • No tag-based checkout (checking out branches/commits)

Impact Assessment:

  • Zero direct impact: This project does not use the fetch-tags option or checkout tags in any workflow
  • No configuration changes required: All workflows use default branch checkout behavior
  • No API changes: The action's input parameters and behavior remain identical for existing configurations
  • No dependency conflicts: This is a GitHub Actions update with no Python/package dependencies

💡 Recommended Actions

Immediate Action:

  • Safe to merge immediately - This is a low-risk patch release that fixes edge cases not used by this project

No Migration Required:

  • No code changes needed
  • No configuration updates required
  • No testing required beyond standard CI validation

Post-Merge Verification:

  • Monitor CI workflows to confirm they run successfully with v6.0.2
  • All existing workflows (build, lint, pyright, release) should function identically

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 0e54296 to f426fb9 Compare February 2, 2026 17:57
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants


Back | FazBrowse Home | New Git URL