Skip to content

Update dependency Microsoft.AspNet.WebApi.Client to v6 #3828

Update dependency Microsoft.AspNet.WebApi.Client to v6

Update dependency Microsoft.AspNet.WebApi.Client to v6 #3828

Triggered via pull request October 7, 2025 14:14
Status Success
Total duration 1m 3s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
1m 1s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v5.24.0/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5.24.0/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '18315631443', name: 'pull_request_target', payload: { action: 'edited', changes: { body: { from: '> [!NOTE]\n' + '> Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`.\n' + '> \n' + '> This notice will be removed on 2025-10-07.\n' + '\n' + '<hr>\n' + '\n' + 'This PR contains the following updates:\n' + '\n' + '| Package | Change | Age | Confidence |\n' + '|---|---|---|---|\n' + '| [Microsoft.AspNet.WebApi.Client](https://www.asp.net/web-api) ([source](https://redirect.github.com/aspnet/AspNetWebStack)) | `5.2.9` -> `6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNet.WebApi.Client/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNet.WebApi.Client/5.2.9/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |\n' + '\n' + '---\n' + '\n' + '### Configuration\n' + '\n' + '📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n' + '\n' + '🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n' + '\n' + '♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n' + '\n' + "🔕 **Ignore**: Close this PR and you won't be reminded about this update again.\n" + '\n' + '---\n' + '\n' + ' - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box\n' + '\n' + '---\n' + '\n' + 'This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Dotnet-Boxed/Templates).\n' + '<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->\n' } }, number: 2184, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/22211766?v=4', description: '.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.', events_url: 'https://api.github.com/orgs/Dotnet-Boxed/events', hooks_url: 'https://api.github.com/orgs/Dotnet-Boxed/hooks', id: 22211766, issues_url: 'https://api.github.com/orgs/Dotnet-Boxed/issues', login: 'Dotnet-Boxed', members_url: 'https://api.github.com/orgs/Dotnet-Boxed/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjIyMjExNzY2', public_members_url: 'https://api.github.com/orgs/Dotnet-Boxed/public_members{/member}', repos_url: 'https://api.github.com/orgs/Dotnet-Boxed/repos', url: 'https://api.github.com/orgs/Dotnet-Boxed' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/Dotnet-Boxed/Templates/issues/2184/comments' }, commits: { href: 'https://api.github.com/repos/Dotnet-Boxed/Templates/pulls/2184/commits' }, html: { href: 'https:/
update_release_draft
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '18315631443', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { connection: 'close', 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 07 Oct 2025 14:15:54 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': 'CC00:C0515:5B803EC:18F3DDD2:68E52090' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.19.4 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"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":"Templates","owner":"Dotnet-Boxed","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"since":"2022-08-25T08:29:18Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '18315631443', name: 'pull_request_target', payload: { action: 'edited', changes: { body: { from: '> [!NOTE]\n' + '> Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`.\n' + '> \n' + '> This notice will be removed on 2025-10-07.\n' + '\n' + '<hr>\n' + '\n' + 'This PR contains the following updates:\n' + '\n' + '| Package | Change | Age | Confidence |\n' + '|---|---|---|---|\n' + '| [Microsoft.AspNet.WebApi.Client](https://www.asp.net/web-api) ([source](https://redirect.github.com/aspnet/AspNetWebStack)) | `5.2.9` -> `6.0.0` | [![age](https://d