### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Mongoose version 7.x, 8.x ### Node.js version Doesn't matter ### MongoDB server version Doesn't matter ### Typescript version (if applicable) _No response_ ### Description Re: https://github.com/Automattic/mongoose/pull/14513#issuecomment-2051227088, only [`insertOne` supports `timestamps` option](https://github.com/Automattic/mongoose/blob/78bbcb52e9551f56da64de12437485ccb025f1cb/lib/helpers/model/castBulkWrite.js#L32), other bulkWrite operators like `updateOne` and `updateMany` do not. ### Steps to Reproduce See description ### Expected Behavior All bulkWrite operators should support timestamps