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: NuGet/setup-nuget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: NuGet/setup-nuget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4
Choose a head ref
  • 1 commit
  • 17 files changed
  • 2 contributors

Commits on Apr 15, 2026

  1. Migrate to ESM and update all npm packages to latest versions (#234)

    * Migrate to ESM and update all npm packages to latest versions
    
    - Add type: module to package.json
    - Update @actions/core, @actions/exec, @actions/io to v3 (ESM-only)
    - Update @actions/tool-cache to v4 (ESM-only)
    - Update semver, ts-jest, jest, prettier, nock, eslint-plugin-github,
      eslint-plugin-jest, @types/node, @typescript-eslint/parser
    - Switch tsconfig module to nodenext with matching moduleResolution
    - Enable isolatedModules for ts-jest ESM compatibility
    - Add .js extensions to all relative imports
    - Replace __dirname with import.meta.dirname in tests
    - Convert jest.config.js to ESM with useESM and moduleNameMapper
    - Use --experimental-vm-modules for Jest ESM support
    - Regenerate lib/ and dist/ output
    
    Co-authored-by: Copilot <[email protected]>
    
    * Update codeql workflow
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    jeffkl and Copilot authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    fd55a6f View commit details
    Browse the repository at this point in the history
Loading