Yes, but the output you posted tells me it's using the valid dns-01 authorization to issue the new certificate. Authorizations are valid ~30 days.
You can deauthorize (not from certbot?), but I think it's best if you just run certbot renew --dry-run --preferred-challenges http to check if it works, then edit the renewal config file, then run certbot renew --dry-run to check if all is good.
The main problem is that I need to request both certificates (DNS and HTTP) at same time. We are deploying new client that uses DNS-Challenge, but we have deployed old client with HTTP-Challenges. They must live together for a couple of months in production.
How Can i force to use http-challenge for second certificate?.
When client calls to new-authz, old auth is returned.