Configure AWS Credentials by Assuming Roles
Version updated for https://github.com/fuller-inc/actions-aws-assume-role to version v1.9.0.
- This action is used across all versions by 47 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of configuring AWS credentials by assuming IAM roles via OpenID Connect (OIDC). It simplifies secure authentication for GitHub workflows, enabling AWS resource access without static credentials. Key capabilities include session tagging for traceability and support for using repository-specific identifiers as external IDs.
Release notes
What’s Changed
- Bump fuller-inc/actions-aws-assume-role from 1.8.0 to 1.8.1 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/934
- Bump github.com/aws/smithy-go from 1.24.0 to 1.24.1 in /provider/assume-role by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/937
- Bump github/codeql-action from 4.32.2 to 4.32.4 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/938
- Bump the aws-sdk group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/939
- Bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/940
- Bump @types/node from 24.10.1 to 24.11.0 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/942
- Bump minimatch in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/941
- Bump github.com/aws/smithy-go from 1.24.1 to 1.24.2 in /provider/assume-role by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/943
- Bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/945
- Bump github/codeql-action from 4.32.4 to 4.32.5 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/944
- Bump the aws-sdk group in /provider/assume-role with 3 updates by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/946
- Bump github/codeql-action from 4.32.5 to 4.32.6 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/947
- Bump @types/node from 24.11.0 to 24.12.0 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/948
- Bump the aws-sdk group in /provider/assume-role with 3 updates by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/952
- Migrate action to ES Modules via Rollup by @Copilot in https://github.com/fuller-inc/actions-aws-assume-role/pull/953
- introduce bundle script by @shogo82148 in https://github.com/fuller-inc/actions-aws-assume-role/pull/957
- Bump @actions/core from 2.0.1 to 3.0.0 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/925
- Bump @actions/exec from 2.0.0 to 3.0.0 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/926
- Bump @actions/http-client from 3.0.0 to 4.0.0 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/927
- Bump jest from 30.2.0 to 30.3.0 in /action in the jest-monorepo group by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/949
- Bump @rollup/plugin-commonjs from 28.0.9 to 29.0.2 in /action by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/954
- Bump github/codeql-action from 4.32.6 to 4.33.0 by @dependabot[bot] in https://github.com/fuller-inc/actions-aws-assume-role/pull/955
- Upgrade GitHub REST API to version 2026-03-10 by @shogo82148 in https://github.com/fuller-inc/actions-aws-assume-role/pull/959
New Contributors
- @Copilot made their first contribution in https://github.com/fuller-inc/actions-aws-assume-role/pull/953
Full Changelog: https://github.com/fuller-inc/actions-aws-assume-role/compare/v1.8.1...v1.9.0