Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.71.0
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.72.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 18, 2025

  1. ci(publish): create github release

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    45b3955 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #907 from crazy-max/publish-release

    ci(publish): create github release
    crazy-max authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    f61800c View commit details
    Browse the repository at this point in the history
  3. github: update .github/compose-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ce2ae46 View commit details
    Browse the repository at this point in the history
  4. ci(publish): no need to set target_commitish

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    73ff711 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #908 from docker/bot/compose-releases-json

    Update `.github/compose-releases.json`
    crazy-max authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    57c7ba0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #909 from crazy-max/publish-commitish

    ci(publish): no need to set target_commitish
    crazy-max authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    3984b38 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. build(deps): bump @sigstore/tuf from 4.0.0 to 4.0.1

    Bumps [@sigstore/tuf](https://github.com/sigstore/sigstore-js) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/sigstore/sigstore-js/releases)
    - [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/tuf@4.0.0...@sigstore/sign@4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@sigstore/tuf"
      dependency-version: 4.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    692b091 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. fix: handle detached head error

    Copilot authored and neilime committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    945d269 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Merge pull request #915 from neilime/feat/handle-detached-head-error

    fix: handle detached head error
    crazy-max authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    d86ab59 View commit details
    Browse the repository at this point in the history
  2. github: update .github/undock-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    9c67bc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #916 from docker/bot/undock-releases-json

    Update `.github/undock-releases.json`
    crazy-max authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    459eee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Merge pull request #914 from docker/dependabot/npm_and_yarn/sigstore/…

    …tuf-4.0.1
    
    build(deps): bump @sigstore/tuf from 4.0.0 to 4.0.1
    crazy-max authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    fcb1e5a View commit details
    Browse the repository at this point in the history
  2. enable Node 16–style ESM resolution

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    8ba5f4a View commit details
    Browse the repository at this point in the history
  3. update @sigstore/sign to 4.1.0

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    10fbe0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #917 from crazy-max/update-sigstore-sign

    update @sigstore/sign to 4.1.0
    crazy-max authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    7b8ae12 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump @sigstore/verify from 3.0.0 to 3.1.0

    Bumps [@sigstore/verify](https://github.com/sigstore/sigstore-js) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/sigstore/sigstore-js/releases)
    - [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/verify@3.0.0...sigstore@3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@sigstore/verify"
      dependency-version: 3.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f861f8d View commit details
    Browse the repository at this point in the history
  6. set isolatedModules=true to fix ts-jest TS151002 warning

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    c00b0d2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #913 from docker/dependabot/npm_and_yarn/sigstore/…

    …verify-3.1.0
    
    build(deps): bump @sigstore/verify from 3.0.0 to 3.1.0
    crazy-max authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    8bae8c9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #918 from crazy-max/isolated-modules

    set isolatedModules=true to fix ts-jest TS151002 warning
    crazy-max authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f2404dc View commit details
    Browse the repository at this point in the history
Loading