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: tailscale/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: tailscale/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 18 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 10, 2025

  1. README: clarify auth_key scope must be writable

    Fixes #217
    Signed-off-by: mcoulombe <max@tailscale.com>
    mcoulombe committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    f987cba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from tailscale/max/clarify-writable-auth_key-…

    …scope
    
    README: clarify auth_key scope must be writable
    mcoulombe authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    dea278b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. .github/workflows: skip integration tests for forks

    Skip the integration test workflows for forked versions of the repo.
    
    Updates #cleanup
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    1ab6ecf View commit details
    Browse the repository at this point in the history
  2. .github/workflows: remove tests for retired macOS 13 runners

    Remove tests for macOS-13 based runner images as they are now retired.
    
    Updates #cleanup
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    bfc6672 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. fix: use correct arch on macOs

    Lucino772 authored and mpminardi committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    fee37da View commit details
    Browse the repository at this point in the history
  2. dist: run make build to generated updated index.js

    Running make build was missed on #235 and subsequently missed by me
    when reviewing that PR (whoops).
    
    Updates #cleanup
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    67f81e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Bump actions/checkout from 4.2.2 to 6.0.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@11bd719...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    1cc03b2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 5.0.0 to 6.1.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@a0853c2...395ad32)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    95e0994 View commit details
    Browse the repository at this point in the history
  3. .github/workflows: disable integration tests for dependabot PRs

    Disable integration tests for dependabot PRs since it does not have
    access to the integration testing tailnet.
    
    Updates tailscale/corp#33791
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    8d06914 View commit details
    Browse the repository at this point in the history
  4. package.json: specify required node version

    Specify node >= 24.0.0 in the engines block as that is what we use and
    test with in CI.
    
    Updates #cleanup
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d197c1d View commit details
    Browse the repository at this point in the history
  5. Bump @actions/core from 1.11.1 to 2.0.0

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-version: 2.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    e8244c1 View commit details
    Browse the repository at this point in the history
  6. Bump @types/node from 20.19.21 to 24.10.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.21 to 24.10.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 24.10.2
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    fb25ad2 View commit details
    Browse the repository at this point in the history
  7. Bump semver from 6.3.1 to 7.7.3

    Bumps [semver](https://github.com/npm/node-semver) from 6.3.1 to 7.7.3.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v6.3.1...v7.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-version: 7.7.3
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    afff14d View commit details
    Browse the repository at this point in the history
  8. Bump prettier from 2.8.8 to 3.7.4

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.7.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.7.4
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    2d4cde5 View commit details
    Browse the repository at this point in the history
  9. Bump prettier-plugin-organize-imports from 3.2.4 to 4.3.0

    Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.4 to 4.3.0.
    - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
    - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
    - [Commits](simonhaenisch/prettier-plugin-organize-imports@v3.2.4...v4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier-plugin-organize-imports
      dependency-version: 4.3.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    f166a64 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Bump @actions/cache from 4.1.0 to 5.0.1

    Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.1.0 to 5.0.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/cache"
      dependency-version: 5.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    6b3a130 View commit details
    Browse the repository at this point in the history
  2. Bump @actions/exec from 1.1.1 to 2.0.0

    Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.1 to 2.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/exec"
      dependency-version: 2.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    376b8a1 View commit details
    Browse the repository at this point in the history
  3. Bump @actions/core from 2.0.0 to 2.0.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.0 to 2.0.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-version: 2.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mpminardi committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    53acf82 View commit details
    Browse the repository at this point in the history
Loading