Skip to content

Bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0#217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/aws-actions/configure-aws-credentials-6.2.0
Open

Bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/aws-actions/configure-aws-credentials-6.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0.

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v6.2.0

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

v6.1.3

6.1.3 (2026-05-27)

Bug Fixes

v6.1.2

6.1.2 (2026-05-26)

Bug Fixes

v6.1.1

What's Changed

... (truncated)

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

6.1.3 (2026-05-28)

Bug Fixes

  • fix: allow kubelet token symlink in #1805

6.1.2 (2026-05-26)

Bug Fixes

6.1.1 (2026-05-05)

Miscellaneous Chores

  • various dependency updates

6.1.0 (2026-04-06)

Features

6.0.0 (2026-02-04)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.3.1 to 6.2.0.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@7474bc4...e7f100c)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps aws-actions/configure-aws-credentials from v4.3.1 to v6.2.0 across two major versions. The new commit SHA is properly pinned per security best practice, and the workflow already has id-token: write permission for OIDC role assumption.

  • The jump skips v5 and all of v6.0/6.1; notable additions include AWS profile support, a skip-cleanup option, custom STS endpoints, and custom session tags.
  • v6.2.0 introduces GitHub Actions context as session tags by default — if the IAM role at AWS_HOMEBREW_TAP_ROLE_ARN lacks sts:TagSession in its trust policy, the AssumeRoleWithWebIdentity call will fail at runtime.

Confidence Score: 4/5

Safe to merge after verifying the IAM role trust policy allows sts:TagSession.

The change is a routine dependabot bump with a properly pinned commit SHA. The only runtime concern is the new default session-tag behavior in v6.2.0, which requires sts:TagSession on the assumed role — if that permission is already present (common for OIDC roles), there is no impact.

.github/workflows/cli-release.yml — confirm the IAM role trust policy at AWS_HOMEBREW_TAP_ROLE_ARN includes sts:TagSession.

Important Files Changed

Filename Overview
.github/workflows/cli-release.yml Bumps aws-actions/configure-aws-credentials from v4.3.1 to v6.2.0 (two major versions); commit SHA is properly pinned; v6.2.0 now adds GitHub Actions session tags by default, which may require a sts:TagSession permission on the assumed role.

Fix All in Claude Code Fix All in Codex

Reviews (1): Last reviewed commit: "Bump aws-actions/configure-aws-credentia..." | Re-trigger Greptile

- name: Configure AWS credentials
if: ${{ steps.version.outputs.changed == 'true' }}
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 New default session tags may require sts:TagSession permission

v6.2.0 adds GitHub Actions context as session tags by default (PR #1775 in the upstream repo). If the IAM role at AWS_HOMEBREW_TAP_ROLE_ARN does not already have sts:TagSession in its trust policy, the AssumeRoleWithWebIdentity call will fail with an AccessDenied error. Worth verifying the role's trust policy before merging.

Fix in Claude Code Fix in Codex

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