Update dependency Microsoft.AspNet.WebApi.Client to v6 #3788
Triggered via pull request
September 16, 2025 09:13
renovate[bot]
edited
#2184
Status
Success
Total duration
1m 3s
Artifacts
–
release-drafter.yml
on: pull_request_target
update_release_draft
1m 0s
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: '17760870311',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: '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` | [](https://docs.renovatebot.com/merge-confidence/) | [](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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->\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://github.com/Dotnet-Boxed/Templates/pull/2184'
},
issue: {
href: 'https://api.github.com/repos/Dotnet-Boxed/Templates/issues/2184'
},
review_comment: {
href: 'https://api.github.com/repos/Dotnet-Boxed/Templates/pulls/comments{/number}'
},
review_comments: {
href: 'h
|
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: '17760870311',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
connection: 'close',
'content-length': '150',
'content-type': 'text/html',
date: 'Tue, 16 Sep 2025 09:14:17 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '4C40:18888B:23B4685:7F263D3:68C92A5F'
},
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: '17760870311',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: '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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |\n' +
'\n' +
'---\n'
|