Skip to content

Upgrade actions toolkit#141

Merged
JillRegan merged 7 commits intomainfrom
fix/upgrade-actions-toolkit
Feb 27, 2026
Merged

Upgrade actions toolkit#141
JillRegan merged 7 commits intomainfrom
fix/upgrade-actions-toolkit

Conversation

@JillRegan
Copy link
Copy Markdown
Contributor

@JillRegan JillRegan commented Feb 23, 2026

This PR is to fix dependabot alert here: https://github.com/1Password/load-secrets-action/security/dependabot/25

Dependabot couldn’t bump undici because the old @actions/core and @actions/tool-cache versions depend on @actions/http-client@2.x, which pins undici to 5.x.

Jest: Use module.exports in the config and add moduleNameMapper plus src/mocks/actions-core.js and actions-tool-cache.js so tests run with the ESM-only @actions packages (mocks are test-only; production still uses the real packages).

Comment thread configure/index.js
Comment thread package.json Outdated
Comment thread config/jest.config.js Outdated
Comment thread src/__mocks__/actions-core.ts
Comment thread package.json
@JillRegan JillRegan merged commit 652d567 into main Feb 27, 2026
48 of 106 checks passed
@JillRegan JillRegan deleted the fix/upgrade-actions-toolkit branch February 27, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants