Skip to content

Update 1password/load-secrets-action action to v5 - #23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/1password-load-secrets-action-5.x
Open

Update 1password/load-secrets-action action to v5#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/1password-load-secrets-action-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
1password/load-secrets-action action major v1v5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

1password/load-secrets-action (1password/load-secrets-action)

v5.0.0

Compare Source

What's Changed
Features
  • Add Workload Identity authentication using the GitHub Actions OIDC token (public preview). (#​169)

Full Changelog: 1Password/load-secrets-action@v4.1.1...v5.0.0

v5

Compare Source

v4.1.1

Compare Source

What's Changed
Features
  • Add fallback version resolution so if app-updates.agilebits.com is unavailable, the action now falls back to Docker Hub and then a baked-in pinned version. (#​173 )
Security
  • Harden CI security: add StepSecurity harden runner and pin GitHub Actions to commit SHAs across workflows, restrict workflow permissions, and add Dependabot config. (#​174 )

Full Changelog: 1Password/load-secrets-action@v4.0.1...v4.1.1

v4.0.1

Compare Source

What's Changed
Fix
  • Fixed a Windows specific issue where 1Password CLI installation could fail because the downloaded archive lacked a .zip extension required by PowerShell’s archive extraction fallback. (#​154)
  • Bump actions/checkout from v5 to v6 in CI workflows. (#​156)
Security
  • Harden GitHub Actions workflows by pinning external actions to immutable commit SHAs. (#​157)
Docs
  • Add 1Password API Terms of Service notice to the README (#​166)
New Contributors

Full Changelog: 1Password/load-secrets-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

What's Changed

  • Clear npm audit / Dependabot findings via npm audit fix where safe (e.g. ajv, flatted, undici, and other resolvable minimatch updates). #​151
  • Action runtime updated from Node 20 to Node 24 for GitHub Actions compatibility (deprecation notice). #​148.

New Contributors

Full Changelog: 1Password/load-secrets-action@v3...v4.0.0

v4

Compare Source

v3.2.1

Compare Source

What's Changed
Fix
  • Revert SDK field-resolution regression introduced in v3.2.0 that broke certain valid secret refs (website/url fields) 1Password#145

Full Changelog: 1Password/load-secrets-action@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's changed
Features
  • Service account auth now uses the 1Password SDK instead of the CLI; the CLI is not installed when using a service account token. 1Password#137
Fix
New Contributors

Full Changelog: 1Password/load-secrets-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed
🚀 Features
  • Support loading secrets from env files #​93
Fixes
Security
New Contributors

Full Changelog: 1Password/load-secrets-action@v3...v3.1.0

v3.0.0

Compare Source

What's Changed
🔴 Breaking change
  • Set export-env input to false by default by @​volodymyrZotov in 1Password#114
    If you want export secrets as env variables you should update your workflows and explicitly set export-env: true aka
      - name: Load secret
        uses: 1password/load-secrets-action@v3
        with:
          # Export loaded secrets as environment variables
          export-env: true
        env:
          OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
          SECRET: op://app-cicd/hello-world/secret

      - name: Print masked secret
        run: 'echo "Secret: $SECRET"'
        # Prints: Secret: ***
🚀 Features
🔒 Security

Full Changelog: 1Password/load-secrets-action@v2...v3.0.0

v3

Compare Source

v2.0.0

Compare Source

Breaking changes
  • Remove protocol prepending. Users are now required to include the protocol (http:// or https://) when passing the Connect host URL. {#​66}
What's Changed
  • Migrate action to TypeScript {#​36}
  • Upgrade action from Node 16 to Node 20. Credits to @​parente for the contribution. {#​36}

v2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants