Skip to content

Bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 (#2620) #104

Bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 (#2620)

Bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 (#2620) #104

Triggered via push April 27, 2026 18:57
Status Success
Total duration 9s
Artifacts
update_release_draft
6s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update_release_draft
GraphqlResponseError: Request failed due to following response errors: - Something went wrong while executing your query on 2026-04-27T18:58:04Z. Please include `FFC3:14F33:1F113A0:7CD31B8:69EFB1BB` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142876:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142674:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '25013781555', name: 'push', payload: { after: 'f904a02286011ce7b57ec0704cc78c6c62d10b2e', base_ref: null, before: '2b79a6853a3af35adedae2b5786c2a0300ae6a3f', commits: [ { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'f904a02286011ce7b57ec0704cc78c6c62d10b2e', message: 'Bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 (#2620)\n' + '\n' + 'Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.4 to 2.0.5.\n' + '- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)\n' + '- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)\n' + '- [Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.4...2.0.5)\n' + '\n' + '---\n' + 'updated-dependencies:\n' + '- dependency-name: org.testcontainers:testcontainers\n' + ' dependency-version: 2.0.5\n' + ' dependency-type: direct:production\n' + ' update-type: version-update:semver-patch\n' + '...\n' + '\n' + 'Signed-off-by: dependabot[bot] <support@github.com>\n' + 'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>', timestamp: '2026-04-27T12:57:53-06:00', tree_id: '22671f16759870e710b02e1a823cb910ca451ff5', url: 'https://github.com/docker-java/docker-java/commit/f904a02286011ce7b57ec0704cc78c6c62d10b2e' } ], compare: 'https://github.com/docker-java/docker-java/compare/2b79a6853a3a...f904a0228601', created: false, deleted: false, forced: false, head_commit: { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'f904a02286011ce7b57ec0704cc78c6c62d10b2e', message: 'Bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 (#2620)\n' + '\n' + 'Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.4 to 2.0.5.\n' + '- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)\n' + '- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)\n' + '- [Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.4...2.0.5)\n' + '\n' + '---\n' + 'updated-dependencies:\n' + '- dependency-name: org.testcontainers:testcontainers\n' + ' dependency-version: 2.0.5\n' + ' dependency-type: direct:production\n' + ' up
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2026-04-27T18:58:04Z. Please include `FFC3:14F33:1F113A0:7CD31B8:69EFB1BB` when reporting this issue. { name: 'GraphqlResponseError', id: '25013781555', request: { query: '\n' + ' query findCommitsWithAssociatedPullRequests(\n' + ' $name: String!\n' + ' $owner: String!\n' + ' $targetCommitish: String!\n' + ' $withPullRequestBody: Boolean!\n' + ' $withPullRequestURL: Boolean!\n' + ' $since: GitTimestamp\n' + ' $after: String\n' + ' $withBaseRefName: Boolean!\n' + ' $withHeadRefName: Boolean!\n' + ' ) {\n' + ' repository(name: $name, owner: $owner) {\n' + ' object(expression: $targetCommitish) {\n' + ' ... on Commit {\n' + ' history(first: 100, since: $since, after: $after) {\n' + ' totalCount\n' + ' pageInfo {\n' + ' hasNextPage\n' + ' endCursor\n' + ' }\n' + ' nodes {\n' + ' id\n' + ' committedDate\n' + ' message\n' + ' author {\n' + ' name\n' + ' user {\n' + ' login\n' + ' }\n' + ' }\n' + ' associatedPullRequests(first: 5) {\n' + ' nodes {\n' + ' title\n' + ' number\n' + ' url @include(if: $withPullRequestURL)\n' + ' body @include(if: $withPullRequestBody)\n' + ' author {\n' + ' login\n' + ' }\n' + ' baseRepository {\n' + ' nameWithOwner\n' + ' }\n' + ' mergedAt\n' + ' isCrossRepository\n' + ' labels(first: 100) {\n' + ' nodes {\n' + ' name\n' + ' }\n' + ' }\n' + ' merged\n' + ' baseRefName @include(if: $withBaseRefName)\n' + ' headRefName @include(if: $withHeadRefName)\n' + ' }\n' + ' }\n' + ' }\n' + ' }\n' + ' }\n' + ' }\n' + ' }\n' + ' }\n', variables: { name: 'docker-java', owner: 'docker-java', targetCommitish: 'refs/heads/main', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, since: '2026-03-18T18:36:38Z' } }, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 27 Apr 2026 18:58:04 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': 'FFC3:14F33:1F113A0:7CD31B8:69EFB1BB', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4994', 'x-ratelimit-reset': '1777319883',
update_release_draft
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: release-drafter/release-drafter@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/