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: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.0
Choose a base ref
...
head repository: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 4 contributors

Commits on Jun 12, 2026

  1. feat: convert project to ESM and bump @actions/core from 1.11.1 to 3.…

    …0.1 (#766)
    
    * chore(deps): bump @actions/core from 1.11.1 to 3.0.1
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 3.0.1.
    - [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: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: initial plan for ESM conversion to support @actions/core v3
    
    * feat: convert project to ESM to support @actions/core v3
    
    - Change package.json type from commonjs to module
    - Convert all source files (src/*.js) to ESM syntax
    - Rename eslint.config.js to eslint.config.cjs (must stay CJS)
    - Update action.yml to use await import() instead of require()
    - Replace proxyquire with esmock in all test files
    - Upgrade @vercel/ncc to 0.44.0 (supports ESM bundles)
    - Add esmock dev dependency, remove proxyquire
    - Rebuild dist/ with ncc 0.44.0 ESM output
    
    All 68 tests pass with 100% coverage.
    
    * chore: merge origin/main, convert mergeWindow to ESM, fix style
    
    * fix: add missing newline at end of src/mergeWindow.js
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    dependabot[bot] and Copilot authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    c75d537 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#762)

    * chore(deps): bump actions/github-script from 8.0.0 to 9.0.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@ed59741...3a2844b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: complete dependency bump validation
    
    * chore: drop unintended lockfile change
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    dependabot[bot] and Copilot authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    df28fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Release v3.15.0 (#776)

    Co-authored-by: simoneb <actions@users.noreply.github.com>
    optic-release-automation[bot] and simoneb authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    73ec4cb View commit details
    Browse the repository at this point in the history
Loading