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: actions/setup-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5
Choose a base ref
...
head repository: actions/setup-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6
Choose a head ref
  • 3 commits
  • 81 files changed
  • 5 contributors

Commits on Jul 15, 2026

  1. Migrate to ESM and upgrade dependencies (#752)

    * Migrate to ESM and upgrade dependencies
    
    * Address review: use type-only import for QualityOptions
    
    * update version to 6.0.0 in package.json and package-lock.json
    
    * Add ESM migration note to README for V6
    
    * Update test imports for ESM and clean up devDependencies (ts-node, @types/jest)
    
    * Pin @types/node to 24.x and refine tsconfig/README wording
    priyagupta108 authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    6df8cef View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Bump actions/checkout from 6.0.3 to 7.0.0 (#751)

    * Bump actions/checkout from 6.0.3 to 7.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@df4cb1c...9c091bb)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update actions/checkout to v7 and actions/setup-dotnet to v6 in README examples
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: priya-kinthali <[email protected]>
    dependabot[bot] and priya-kinthali authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    afb2931 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @actions/cache to 6.2.0 (#756)

    * chore(deps): bump @actions/cache to 5.2.0
    
    Co-authored-by: Copilot App <[email protected]>
    Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
    
    * chore(deps): update licensed record for @actions/cache 5.2.0
    
    Co-authored-by: Copilot App <[email protected]>
    Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
    
    * chore(deps): bump @actions/cache to 6.2.0
    
    Bump @actions/cache from ^6.1.0 to ^6.2.0, refresh the lockfile,
    rebuild the dist bundle, and update the license record.
    
    Co-authored-by: Copilot App <[email protected]>
    Copilot-Session: 0025a82b-5990-4c08-851c-4570aa7f7bbf
    
    ---------
    
    Co-authored-by: Copilot App <[email protected]>
    philip-gai and Copilot authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    a98b568 View commit details
    Browse the repository at this point in the history
Loading