Comparing v5...v6 · actions/checkout (original) (raw)

Commits on Aug 13, 2025

  1. 3 Configuration menu
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. 12 Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. 4 Configuration menu
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. 2 Configuration menu
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. 1 Configuration menu
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID …
    …is set (#2355)

Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: TingluoHuang 1750815+TingluoHuang@users.noreply.github.com
Co-authored-by: Tingluo Huang tingluohuang@github.com
Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com
@TingluoHuang
4 people authored
Jan 8, 2026
1 Configuration menu
Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
    This PR fixes several issues with tag handling in the checkout action:
  2. fetch-tags: true now works (fixes #1471)
    • Tags refspec is now included in getRefSpec() when fetchTags=true
    • Previously tags were only fetched during a separate fetch that was
      overwritten by the main fetch
  3. Tag checkout preserves annotations (fixes #290)
    • Tags are fetched via refspec (+refs/tags/:refs/tags/) instead of
      --tags flag
    • This fetches the actual tag objects, preserving annotations
  4. Tag checkout with fetch-tags: true no longer fails (fixes #1467)
    • When checking out a tag with fetchTags=true, only the wildcard
      refspec is used (specific tag refspec is redundant)
      Changes:
  1. Configuration menu
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
@yaananth
1 Configuration menu
Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. 1 Configuration menu
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Configuration menu
    Browse the repository at this point in the history