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: int128/docker-build-cache-config-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.41.0
Choose a base ref
...
head repository: int128/docker-build-cache-config-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.42.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 7 contributors

Commits on Jan 2, 2026

  1. chore(deps): update pnpm to v10.26.2 (#1329)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    7aa79a8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update int128/update-generated-files-action action to v2…

    ….74.0 (#1331)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    6dd9aff View commit details
    Browse the repository at this point in the history
  3. chore(deps): update int128/wait-for-workflows-action action to v1.54.0 (

    #1332)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    79e6b9d View commit details
    Browse the repository at this point in the history
  4. chore(deps): update int128/release-typescript-action action to v1.42.0 (

    #1330)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    7a5f329 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. chore(deps): update dependency msw to v2.12.6 (#1328)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    6550754 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency msw to v2.12.7 (#1333)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    b59fc4f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. chore(deps): update pnpm to v10.27.0 (#1335)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    20c669f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update int128/update-generated-files-action action to v2…

    ….76.0 (#1334)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    0b939a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. chore(deps): update dependency @biomejs/biome to v2.3.11 (#1336)

    * chore(deps): update dependency @biomejs/biome to v2.3.11
    
    * Autofix (ts / generate)
    
    Auto-generated-by: update-generated-files-action; https://github.com/int128/docker-build-cache-config-action/actions/runs/20881846727
    
    * Empty commit to trigger GitHub Actions
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
    3 people authored Jan 10, 2026
    Configuration menu
    Copy the full SHA
    fd8af1a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Move renovate.json to repository root (#1327)

    https://github.com/int128/actions-tanpopo/actions/runs/20891226851
    
    Co-authored-by: int128-actions-tanpopo[bot] <203393273+int128-actions-tanpopo[bot]@users.noreply.github.com>
    int128-actions-tanpopo[bot] authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    deccd67 View commit details
    Browse the repository at this point in the history
  2. fix(docker): use scope instead of ref for GHA cache backend (#1213)

    When using the GitHub Actions (GHA) cache backend, the use of useless tags `ref=` leads to cache collisions between different builds, branches, and stages due to the shared default namespace (buildkit).
    
    This change replaces `ref=` with `scope=` when the cache type is `gha`, as recommended by the official Docker documentation: https://docs.docker.com/build/cache/backends/gha/#scope
    
    Using `scope=` ensures proper cache isolation and prevents unintended
    invalidation, significantly improving cache reliability.
    
    Co-authored-by: Hidetake Iwata <[email protected]>
    NikitaCOEUR and int128 authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    62504f8 View commit details
    Browse the repository at this point in the history
  3. Release v1.42.0

    github-actions committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    113b5dc View commit details
    Browse the repository at this point in the history
Loading