Skip to content

build(deps): bump aws-actions/configure-aws-credentials from 4 to 6 - #56

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

build(deps): bump aws-actions/configure-aws-credentials from 4 to 6#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/aws-actions/configure-aws-credentials-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps aws-actions/configure-aws-credentials from 4 to 6.

Release notes

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

v6.0.0

6.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Update action to use node24 Note this requires GitHub action runner version v2.327.1 or later (#1632) (a7a2c11)

Features

Bug Fixes

  • properly output aws-account-id and authenticated-arn when using role-chaining (#1633) (7ceaf96)

v5.1.1

5.1.1 (2025-11-24)

Miscellaneous Chores

  • release 5.1.1 (56d6a58)
  • various dependency updates

v5.1.0

5.1.0 (2025-10-06)

Features

Bug Fixes

v5.0.0

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

... (truncated)

Changelog

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

6.2.1 (2026-06-26)

Bug Fixes

  • enforce allowed-account-ids on all auth paths (#1847) (4d281fb)

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

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 to 6.
- [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@v4...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area:build Build, dependencies, tests, and CI dependencies Pull requests that update a dependency file labels Sep 9, 2026
@dependabot
dependabot Bot requested a review from echobt as a code owner September 9, 2026 19:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file area:build Build, dependencies, tests, and CI labels Sep 9, 2026
@greptile-apps

greptile-apps Bot commented Sep 9, 2026

Copy link
Copy Markdown

Greptile Summary

Summary

  • Updated the CodeBuild workflow to use aws-actions/configure-aws-credentials@v6.
  • The existing OIDC role, AWS region, session name, permissions, and GitHub-hosted runner configuration remain compatible with the updated action.
  • No actionable issues were found.

Confidence Score: 5/5

Safe to merge: the credential action upgrade preserves the workflow’s existing authentication contract and runner compatibility.

No issues were found. The before-and-after workflow configurations accepted the same credential inputs, retained OIDC permission and hosted-runner support, and the focused readiness tests passed.

Files Needing Attention: None.

T-Rex T-Rex Logs

What T-Rex did

  • Authored evidence script trex-artifacts/codebuild-oidc-v6-contract-check.py to validate the v6 contract configuration against the v4 baseline.
  • Captured pre-change v4 contract state using codebuild-oidc-v6-contract-01-before.log, which exited with code 0.
  • Captured post-change v6 contract state using codebuild-oidc-v6-contract-02-after.log, which exited with code 0.
  • Ran the existing workflow tests and verified that 3 tests passed.
  • Compared the parent workflow's v4 credential configuration with the updated v6 configuration, verified that role, region, and session inputs are declared by both action versions, and confirmed that id-token is present and ubuntu-latest is used; this was followed by running focused CodeBuild readiness tests successfully.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "build(deps): bump aws-actions/configure-..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:build Build, dependencies, tests, and CI dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants